gnu: ethtool: Update to 5.9.

* gnu/packages/networking.scm (ethtool): Update to 5.9.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-16 06:45:50 +02:00
parent 9e64b3bcec
commit f6a0b54e9d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1041,14 +1041,14 @@ (define-public libndp
(define-public ethtool
(package
(name "ethtool")
(version "5.8")
(version "5.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/network/"
"ethtool/ethtool-" version ".tar.xz"))
(sha256
(base32
"0ikmz36bdfwxscsfcgjmyzg70hwr8i3wpdhcp1vmk3q4ip858frg"))))
"0vwam1ay184z237vnl8ivb0rdjjbljp9pj3kjzhc6yzq180k4aai"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))