efraim pushed a commit to branch master
in repository guix.

commit 0c8c97f45d9fc83f32f33c9059a7000cccff6b45
Author: Efraim Flashner <efr...@flashner.co.il>
Date:   Fri Feb 2 18:08:47 2018 +0200

    gnu: ethtool: Update to 4.15.
    
    * gnu/packages/networking.scm (ethtool): Update to 4.15.
---
 gnu/packages/networking.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index ffdaf91..738275a 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2016, 2017 Pjotr Prins <pjotr.g...@thebird.nl>
 ;;; Copyright © 2017 Mathieu Othacehe <m.othac...@gmail.com>
 ;;; Copyright © 2017 Leo Famulari <l...@famulari.name>
-;;; Copyright © 2017 Efraim Flashner <efr...@flashner.co.il>
+;;; Copyright © 2017, 2018 Efraim Flashner <efr...@flashner.co.il>
 ;;; Copyright © 2017 Rutger Helling <rhell...@mykolab.com>
 ;;; Copyright © 2017 Gábor Boskovits <boskov...@gmail.com>
 ;;; Copyright © 2017 Thomas Danckaert <p...@thomasdanckaert.be>
@@ -326,14 +326,14 @@ receiving NDP messages.")
 (define-public ethtool
   (package
     (name "ethtool")
-    (version "4.13")
+    (version "4.15")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/software/network/"
                                   name "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1flwz4x76ajxigadq9knxgwr778g03y3qfx6c7rflc3x020a7hdp"))))
+                "06pr3s7wg2pbvfbf7js61bgh3caff4qf50nqqk3cgz9z90rgvxvi"))))
     (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