[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: ethtool: Update to 5.10.
From: |
guix-commits |
Subject: |
05/08: gnu: ethtool: Update to 5.10. |
Date: |
Fri, 18 Dec 2020 16:54:20 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 81641a9ce1c51eeef6b428bd185852e1b3cb2657
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Dec 18 22:37:16 2020 +0100
gnu: ethtool: Update to 5.10.
* gnu/packages/networking.scm (ethtool): Update to 5.10.
---
gnu/packages/networking.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 1226b86..2d5e9b5 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)))
- branch master updated (5f9bfe9 -> 1b66116), guix-commits, 2020/12/18
- 03/08: gnu: xarchiver: Update to 0.5.4.16., guix-commits, 2020/12/18
- 02/08: gnu: simple-scan: Update to 3.38.2., guix-commits, 2020/12/18
- 04/08: gnu: radeontop: Update to 1.3., guix-commits, 2020/12/18
- 05/08: gnu: ethtool: Update to 5.10.,
guix-commits <=
- 06/08: gnu: rgbds: Update to 0.4.2., guix-commits, 2020/12/18
- 07/08: gnu: facter: Update to 4.0.47., guix-commits, 2020/12/18
- 08/08: gnu: kexec-tools: Update to 2.0.21., guix-commits, 2020/12/18
- 01/08: gnu: inxi-minimal: Update to 3.2.01-1., guix-commits, 2020/12/18