guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: ethtool: Update to 5.3.


From: guix-commits
Subject: 01/02: gnu: ethtool: Update to 5.3.
Date: Mon, 23 Sep 2019 21:12:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 525961cd438c7ed2d763c91c16dfd06a4fc10628
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Sep 24 02:35:43 2019 +0200

    gnu: ethtool: Update to 5.3.
    
    * gnu/packages/networking.scm (ethtool): Update to 5.3.
---
 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 6bdf7f9..c37d07e 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")



reply via email to

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