guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: ethtool: Update to 4.8.


From: Tobias Geerinckx-Rice
Subject: 02/04: gnu: ethtool: Update to 4.8.
Date: Fri, 16 Dec 2016 02:08:42 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 3fe7cb872aa43c8925ea4efe6d87942745e15464
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Dec 15 23:45:02 2016 +0100

    gnu: ethtool: Update to 4.8.
    
    * gnu/packages/networking.scm (ethtool): Update to 4.8.
---
 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 de7aaf0..2a5ff09 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -301,14 +301,14 @@ receiving NDP messages.")
 (define-public ethtool
   (package
     (name "ethtool")
-    (version "4.0")
+    (version "4.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/software/network/"
                                   name "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1zzcwn6pk8qfasalqkxg8vrhacksfa50xsq4xifw7yfjqyn8fj4h"))))
+                "0hsaxcka0ks76k23sb65c46i53hjm465sgxyn3m3301diqlgwga0"))))
     (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]