diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-29 23:06:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-30 17:20:42 +0100 |
commit | 59261ebeea1985e4edcdc36d96655bb6226652f7 (patch) | |
tree | 19ce145325e8309c83076b175391bf404982bf75 /gnu/packages/networking.scm | |
parent | b5c7574b2f6fe7752b02eaaa8a745a35b3beb2a1 (diff) | |
download | patches-59261ebeea1985e4edcdc36d96655bb6226652f7.tar patches-59261ebeea1985e4edcdc36d96655bb6226652f7.tar.gz |
gnu: ethtool: Update to 4.13.
* gnu/packages/networking.scm (ethtool): Update to 4.13.
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index ac1695c5fb..94978e9eae 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -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") |