summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-28 19:10:50 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-28 19:11:13 +0200
commita8dde2fd1717ea19723f337b7a9f47d2c01a78dd (patch)
tree3196a5272a40b78b61e0b781be9351310671fc01
parent9dbedb8bae2e314097ca3721597ea1a446891407 (diff)
downloadguix-a8dde2fd1717ea19723f337b7a9f47d2c01a78dd.tar.gz
gnu: iproute2: Update to 5.12.0.
* gnu/packages/linux.scm (iproute2): Update to 5.12.0.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a0e075eb8f..266f7a3539 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.