gnu: ethtool: Update to 4.17.

* gnu/packages/networking.scm (ethtool): Update to 4.17.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-13 01:38:30 +02:00
parent 95bf07804a
commit 07f450b2b0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -407,14 +407,14 @@ (define-public libndp
(define-public ethtool
(package
(name "ethtool")
(version "4.16")
(version "4.17")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/network/"
name "/" name "-" version ".tar.xz"))
(sha256
(base32
"00ss07jc7p276d83f6jpafgwyc9yiribciyqcgx9j86v49kpm5py"))))
"11f5503mgcwjn1q4dvhjiqwnw3zmp2gbhirjvgfr71y72ys1wsy4"))))
(build-system gnu-build-system)
(home-page "https://www.kernel.org/pub/software/network/ethtool/")
(synopsis "Display or change Ethernet device settings")