aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-07-01 14:17:40 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-07-01 17:29:07 +0200
commit791fb5a3aff52cf6bcce1d24d4c267f69ede667e (patch)
treef309e12b21b67a76de4d9d4de1065e9a443f171a
parent2e92c123c5993ae13e2b8985aff8ddda74180ba6 (diff)
downloadguix-791fb5a3aff52cf6bcce1d24d4c267f69ede667e.tar
guix-791fb5a3aff52cf6bcce1d24d4c267f69ede667e.tar.gz
gnu: iproute2: Update to 5.13.0.
* gnu/packages/linux.scm (iproute2): Update to 5.13.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 aeb0392d9c..70926a46da 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.