aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2022-11-27 14:22:20 +0200
committerEfraim Flashner <efraim@flashner.co.il>2022-11-27 14:22:32 +0200
commit4dadc6a8fa2ff6a6cb4d5fecc3e1588698135db4 (patch)
treefc8153a7bbde140a6093d40d845dfea2ae03fb82
parent04540d3a6d4f80b9c71c1388bfd0c881366d591d (diff)
downloadguix-4dadc6a8fa2ff6a6cb4d5fecc3e1588698135db4.tar
guix-4dadc6a8fa2ff6a6cb4d5fecc3e1588698135db4.tar.gz
gnu: iproute: Update to 6.0.0.
* gnu/packages/linux.scm (iproute): Update to 6.0.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 a81b8c7641..7679d9a4a7 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.")
(define-public iproute
(package
(name "iproute2")
- (version "5.19.0")
+ (version "6.0.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2743,7 +2743,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
version ".tar.xz"))
(sha256
(base32
- "14bp7mlyb5dizrzhd5hh5m9aq6xn1jlwaf9b5sjgglkzd96s7dr6"))))
+ "02jq36p7py8zs8s8jj49ap82sgf5wi5yfbgsfiirkv1awzlkjcaj"))))
(build-system gnu-build-system)
(arguments
(list