guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: iproute2: Update to 4.16.0.


From: Tobias Geerinckx-Rice
Subject: 01/01: gnu: iproute2: Update to 4.16.0.
Date: Tue, 3 Apr 2018 21:33:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 689d53fa4959e184341ba17fce8af7dc0d65cdb6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Apr 4 03:31:10 2018 +0200

    gnu: iproute2: Update to 4.16.0.
    
    * gnu/packages/linux.scm (iproute): Update to 4.16.0.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 8104284..b6333af 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1208,7 +1208,7 @@ that the Ethernet protocol is much simpler than the IP 
protocol.")
 (define-public iproute
   (package
     (name "iproute2")
-    (version "4.15.0")
+    (version "4.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1216,7 +1216,7 @@ that the Ethernet protocol is much simpler than the IP 
protocol.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0mc3g4kj7h3jhwz2b2gdf41gp6bhqn7axh4mnyvhkdnpk5m63m28"))))
+                "02pfalg319jpbjz273ph725br8dnkzpfvi98azi9yd6p1w128p0c"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                                ; no test suite



reply via email to

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