guix-commits
[Top][All Lists]
Advanced

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

04/17: gnu: iproute2: Update to 4.18.0.


From: Tobias Geerinckx-Rice
Subject: 04/17: gnu: iproute2: Update to 4.18.0.
Date: Tue, 14 Aug 2018 11:32:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 88e1ac17ed168e3a173462c606c75f7ef21d8080
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Aug 14 14:24:34 2018 +0200

    gnu: iproute2: Update to 4.18.0.
    
    * gnu/packages/linux.scm (iproute): Update to 4.18.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 8048dd6..a7ca4b6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1199,7 +1199,7 @@ that the Ethernet protocol is much simpler than the IP 
protocol.")
 (define-public iproute
   (package
     (name "iproute2")
-    (version "4.17.0")
+    (version "4.18.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1207,7 +1207,7 @@ that the Ethernet protocol is much simpler than the IP 
protocol.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0vmynikcamfhakvwyk5dsffy0ymgi5mdqiwybdvqfn1ijaq93abg"))))
+                "0ida5njr9nacg6ym3rjvl3cc9czw0hn4akhzbqf8f4zmjl6cgrm9"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                                ; no test suite



reply via email to

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