* [bug#61791] [PATCH] gnu: ethtool: Update to 6.2.
@ 2023-02-25 19:47 Bruno Victal
2023-02-25 20:08 ` bug#61791: " Tobias Geerinckx-Rice via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: Bruno Victal @ 2023-02-25 19:47 UTC (permalink / raw)
To: 61791; +Cc: Bruno Victal
* gnu/packages/networking.scm (ethtool): Update to 6.2.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index b5e8afc728..b6cbd8e80a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1517,14 +1517,14 @@ (define-public libndp
(define-public ethtool
(package
(name "ethtool")
- (version "5.15")
+ (version "6.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/network/"
"ethtool/ethtool-" version ".tar.xz"))
(sha256
(base32
- "0v8i592vwjypf111w0lfvaxdwhzybp6w600g28m9rm490c8xcvv8"))))
+ "1qbhwp8d4nh0cnxd3hg0kr8lm5ikbkl07gvjpzv76kad0qa03pw6"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))
base-commit: 7b40cb7c6e310652c118f339422e3ab9f87d67eb
--
2.39.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-25 20:09 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-25 19:47 [bug#61791] [PATCH] gnu: ethtool: Update to 6.2 Bruno Victal
2023-02-25 20:08 ` bug#61791: " Tobias Geerinckx-Rice via Guix-patches via
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).