[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: ethtool: Update to 5.9.
From: |
guix-commits |
Subject: |
07/07: gnu: ethtool: Update to 5.9. |
Date: |
Fri, 16 Oct 2020 09:18:48 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit f6a0b54e9de1538b29bbaac666dcd75b06cb16cf
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 16 06:45:50 2020 +0200
gnu: ethtool: Update to 5.9.
* gnu/packages/networking.scm (ethtool): Update to 5.9.
---
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 5c57ef2..2d71408 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -1041,14 +1041,14 @@ receiving NDP messages.")
(define-public ethtool
(package
(name "ethtool")
- (version "5.8")
+ (version "5.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/software/network/"
"ethtool/ethtool-" version ".tar.xz"))
(sha256
(base32
- "0ikmz36bdfwxscsfcgjmyzg70hwr8i3wpdhcp1vmk3q4ip858frg"))))
+ "0vwam1ay184z237vnl8ivb0rdjjbljp9pj3kjzhc6yzq180k4aai"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
- branch master updated (27913a6 -> f6a0b54), guix-commits, 2020/10/16
- 03/07: gnu: tintin++: Update to 2.02.04., guix-commits, 2020/10/16
- 02/07: gnu: soundtouch: Update to 2.2., guix-commits, 2020/10/16
- 05/07: gnu: libostree: Update to 2020.7., guix-commits, 2020/10/16
- 07/07: gnu: ethtool: Update to 5.9.,
guix-commits <=
- 01/07: gnu: libressl: Update to 3.1.4., guix-commits, 2020/10/16
- 04/07: gnu: python-sqlalchemy: Update to 1.3.20., guix-commits, 2020/10/16
- 06/07: gnu: ndctl: Update to 70.1., guix-commits, 2020/10/16