diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-13 01:38:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-13 01:51:47 +0200 |
commit | 07f450b2b0cbf760511e0b54b2d26e349b9ba407 (patch) | |
tree | 9e37a74e5264f8418625f4f22b2f910126cfdb46 /gnu/packages/networking.scm | |
parent | 95bf07804a6a3b294af3e0ad841122e07c6fa9e7 (diff) | |
download | guix-07f450b2b0cbf760511e0b54b2d26e349b9ba407.tar guix-07f450b2b0cbf760511e0b54b2d26e349b9ba407.tar.gz |
gnu: ethtool: Update to 4.17.
* gnu/packages/networking.scm (ethtool): Update to 4.17.
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 1ca590423b..92941baf1d 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -407,14 +407,14 @@ receiving NDP messages.") (define-public ethtool (package (name "ethtool") - (version "4.16") + (version "4.17") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/network/" name "/" name "-" version ".tar.xz")) (sha256 (base32 - "00ss07jc7p276d83f6jpafgwyc9yiribciyqcgx9j86v49kpm5py")))) + "11f5503mgcwjn1q4dvhjiqwnw3zmp2gbhirjvgfr71y72ys1wsy4")))) (build-system gnu-build-system) (home-page "https://www.kernel.org/pub/software/network/ethtool/") (synopsis "Display or change Ethernet device settings") |