guix-commits
[Top][All Lists]
Advanced

[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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]