guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: iproute2: Update to 5.12.0.


From: guix-commits
Subject: 04/06: gnu: iproute2: Update to 5.12.0.
Date: Wed, 28 Apr 2021 14:50:19 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a8dde2fd1717ea19723f337b7a9f47d2c01a78dd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Apr 28 19:10:50 2021 +0200

    gnu: iproute2: Update to 5.12.0.
    
    * gnu/packages/linux.scm (iproute2): Update to 5.12.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 a0e075e..266f7a3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2419,7 +2419,7 @@ that the Ethernet protocol is much simpler than the IP 
protocol.")
 (define-public iproute
   (package
     (name "iproute2")
-    (version "5.10.0")
+    (version "5.12.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2427,7 +2427,7 @@ that the Ethernet protocol is much simpler than the IP 
protocol.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "1sakmhvh40gh4x55vzgy6cyvizqkhqalcfpvs6r0c14w62p38jm5"))))
+                "0vrjbzhwzcvaxyyhkr2ii89w2vznzwp2pfgk7w72mviniawqs9lx"))))
     (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]