me
/
guix
Archived
1
0
Fork 0

gnu: ethtool: Update to 5.9.

* gnu/packages/networking.scm (ethtool): Update to 5.9.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1041,14 +1041,14 @@ receiving NDP messages.")
(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)))