diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-18 22:37:16 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-12-18 22:39:22 +0100 |
commit | 81641a9ce1c51eeef6b428bd185852e1b3cb2657 (patch) | |
tree | 7098d588e4a66cdcc89cd68b190d37f1a72debc2 | |
parent | af2fd7f3320847b2da2c76d0c3c93e9a8f1f8299 (diff) | |
download | guix-81641a9ce1c51eeef6b428bd185852e1b3cb2657.tar.gz |
gnu: ethtool: Update to 5.10.
* gnu/packages/networking.scm (ethtool): Update to 5.10.
-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 1226b8606f..2d5e9b55f9 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -1075,14 +1075,14 @@ receiving NDP messages.") (define-public ethtool (package (name "ethtool") - (version "5.9") + (version "5.10") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/software/network/" "ethtool/ethtool-" version ".tar.xz")) (sha256 (base32 - "0vwam1ay184z237vnl8ivb0rdjjbljp9pj3kjzhc6yzq180k4aai")))) + "1kygjg6g90017k53b8342i59cpwgidalqpa3gdilqyrhm6b56zc1")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) |