gnu: ethtool: Update to 4.10.

* gnu/packages/networking.scm (ethtool): Update to 4.10.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Mathieu Othacehe 2017-04-26 10:13:14 +02:00 committed by Marius Bakke
parent ce09f04ea0
commit efba832751
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

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