guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: iproute2: Update to 5.15.0.


From: guix-commits
Subject: 01/15: gnu: iproute2: Update to 5.15.0.
Date: Tue, 2 Nov 2021 22:32:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c26b691a488df437238d9c18a0d50ab989046dfa
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 2 22:51:59 2021 +0100

    gnu: iproute2: Update to 5.15.0.
    
    * gnu/packages/linux.scm (iproute): Update to 5.15.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 f4c1867..0a2f3b9 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2699,7 +2699,7 @@ that the Ethernet protocol is much simpler than the IP 
protocol.")
 (define-public iproute
   (package
     (name "iproute2")
-    (version "5.13.0")
+    (version "5.15.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2707,7 +2707,7 @@ that the Ethernet protocol is much simpler than the IP 
protocol.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0dhvdybfm33q9lz73sfnc24pxy2r42xywzb1gdgydjfafhvyb8kj"))))
+                "1zwin8sjnnwf2a9rjwzb3q8lkhcpy06s29sh05f5gxd7z6jy9qrq"))))
     (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]