summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-10-29 23:06:52 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-10-30 17:20:42 +0100
commit59261ebeea1985e4edcdc36d96655bb6226652f7 (patch)
tree19ce145325e8309c83076b175391bf404982bf75 /gnu
parentb5c7574b2f6fe7752b02eaaa8a745a35b3beb2a1 (diff)
downloadguix-59261ebeea1985e4edcdc36d96655bb6226652f7.tar.gz
gnu: ethtool: Update to 4.13.
* gnu/packages/networking.scm (ethtool): Update to 4.13.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/networking.scm4
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")