gnu: ethtool: Update to 6.2.

* gnu/packages/networking.scm (ethtool): Update to 6.2.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
Bruno Victal 2023-02-25 19:47:26 +00:00 committed by Tobias Geerinckx-Rice
parent 1dac5b2157
commit 9a2cf9ef0a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1517,14 +1517,14 @@ (define-public libndp
(define-public ethtool (define-public ethtool
(package (package
(name "ethtool") (name "ethtool")
(version "5.15") (version "6.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://kernel.org/software/network/" (uri (string-append "mirror://kernel.org/software/network/"
"ethtool/ethtool-" version ".tar.xz")) "ethtool/ethtool-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0v8i592vwjypf111w0lfvaxdwhzybp6w600g28m9rm490c8xcvv8")))) "1qbhwp8d4nh0cnxd3hg0kr8lm5ikbkl07gvjpzv76kad0qa03pw6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))