me
/
guix
Archived
1
0
Fork 0

gnu: ethtool: Update to 5.4.

* gnu/packages/networking.scm (ethtool): Update to 5.4.
master
Tobias Geerinckx-Rice 2020-01-15 01:07:23 +01:00
parent ffe58d1d44
commit 070dc95066
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

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