summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-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 a81b8c76413..7679d9a4a7f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2735,7 +2735,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
2735(define-public iproute 2735(define-public iproute
2736 (package 2736 (package
2737 (name "iproute2") 2737 (name "iproute2")
2738 (version "5.19.0") 2738 (version "6.0.0")
2739 (source (origin 2739 (source (origin
2740 (method url-fetch) 2740 (method url-fetch)
2741 (uri (string-append 2741 (uri (string-append
@@ -2743,7 +2743,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
2743 version ".tar.xz")) 2743 version ".tar.xz"))
2744 (sha256 2744 (sha256
2745 (base32 2745 (base32
2746 "14bp7mlyb5dizrzhd5hh5m9aq6xn1jlwaf9b5sjgglkzd96s7dr6")))) 2746 "02jq36p7py8zs8s8jj49ap82sgf5wi5yfbgsfiirkv1awzlkjcaj"))))
2747 (build-system gnu-build-system) 2747 (build-system gnu-build-system)
2748 (arguments 2748 (arguments
2749 (list 2749 (list