guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: iproute2: Update to 5.8.0.


From: guix-commits
Subject: 02/02: gnu: iproute2: Update to 5.8.0.
Date: Mon, 10 Aug 2020 14:37:58 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit aea589121dc51d823b0abfaca903137d6ba98dee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Aug 10 20:31:48 2020 +0200

    gnu: iproute2: Update to 5.8.0.
    
    * gnu/packages/linux.scm (iproute2): Update to 5.8.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 a2d6d38..9384a6c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2241,7 +2241,7 @@ that the Ethernet protocol is much simpler than the IP 
protocol.")
 (define-public iproute
   (package
     (name "iproute2")
-    (version "5.7.0")
+    (version "5.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2249,7 +2249,7 @@ that the Ethernet protocol is much simpler than the IP 
protocol.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "088gs56iqhdlpw1iqjwrss4zxd4zbl2wl8s2implrrdajjxcfpbj"))))
+                "0vk4vickrpahdhl3zazr2qn2bf99v5549ncirjpwiy4h0a4izkfg"))))
     (build-system gnu-build-system)
     (arguments
      `( ;; There is a test suite, but it wants network namespaces and sudo.



reply via email to

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