gnu: ethtool: Update to 4.13.

* gnu/packages/networking.scm (ethtool): Update to 4.13.
master
Tobias Geerinckx-Rice 2017-10-29 23:06:52 +01:00
parent b5c7574b2f
commit 59261ebeea
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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