guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: iproute2: Update to 5.10.0.


From: guix-commits
Subject: 06/08: gnu: iproute2: Update to 5.10.0.
Date: Thu, 4 Feb 2021 03:44:15 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 2131aea72280e8eaba6a07419407e97db085b094
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Thu Feb 4 09:31:28 2021 +0100

    gnu: iproute2: Update to 5.10.0.
    
    * gnu/packages/linux.scm (iproute): Update to 5.1.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 9e31dfc..d9860db 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2349,7 +2349,7 @@ that the Ethernet protocol is much simpler than the IP 
protocol.")
 (define-public iproute
   (package
     (name "iproute2")
-    (version "5.9.0")
+    (version "5.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2357,7 +2357,7 @@ that the Ethernet protocol is much simpler than the IP 
protocol.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "1kys6dmhrl43iaq95n5sh02p39d7bq8i5y672qrzgwnwpjaaqpd2"))))
+                "1sakmhvh40gh4x55vzgy6cyvizqkhqalcfpvs6r0c14w62p38jm5"))))
     (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]