summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-24 02:35:43 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-24 03:12:43 +0200
commit525961cd438c7ed2d763c91c16dfd06a4fc10628 (patch)
treee3e91588c77b79138c526f54f73059d1ed83a39f /gnu
parent0b3daeb05e1b1aa3a58eba22df7336e4b8f3f79a (diff)
downloadguix-525961cd438c7ed2d763c91c16dfd06a4fc10628.tar.gz
gnu: ethtool: Update to 5.3.
* gnu/packages/networking.scm (ethtool): Update to 5.3.
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 6bdf7f9e2f..c37d07ea41 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -420,14 +420,14 @@ receiving NDP messages.")
 (define-public ethtool
   (package
     (name "ethtool")
-    (version "4.19")
+    (version "5.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/software/network/"
                                   "ethtool/ethtool-" version ".tar.xz"))
               (sha256
                (base32
-                "1j6hyr809af2m3gqm11hdfwks5kljqy1ikspq3d9rhj29qv6r2mi"))))
+                "1i14zrg4a84zjpwvqi8an0zx0hm06g614a79zc2syrkhrvdw1npk"))))
     (build-system gnu-build-system)
     (home-page "https://www.kernel.org/pub/software/network/ethtool/")
     (synopsis "Display or change Ethernet device settings")