me
/
guix
Archived
1
0
Fork 0

gnu: ethtool: Update to 4.19.

* gnu/packages/networking.scm (ethtool): Update to 4.19.
master
Tobias Geerinckx-Rice 2019-02-25 01:20:58 +01:00
parent 956a14b49f
commit f736e55021
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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