guix-commits
[Top][All Lists]
Advanced

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

02/09: gnu: iproute2: Update to 5.13.0.


From: guix-commits
Subject: 02/09: gnu: iproute2: Update to 5.13.0.
Date: Thu, 1 Jul 2021 12:56:32 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 791fb5a3aff52cf6bcce1d24d4c267f69ede667e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 1 14:17:40 2021 +0200

    gnu: iproute2: Update to 5.13.0.
    
    * gnu/packages/linux.scm (iproute2): Update to 5.13.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 aeb0392..70926a4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2541,7 +2541,7 @@ that the Ethernet protocol is much simpler than the IP 
protocol.")
 (define-public iproute
   (package
     (name "iproute2")
-    (version "5.12.0")
+    (version "5.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2549,7 +2549,7 @@ that the Ethernet protocol is much simpler than the IP 
protocol.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0vrjbzhwzcvaxyyhkr2ii89w2vznzwp2pfgk7w72mviniawqs9lx"))))
+                "0dhvdybfm33q9lz73sfnc24pxy2r42xywzb1gdgydjfafhvyb8kj"))))
     (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]