From 85662a15a8d509e89bed3d756041b1acc1beef74 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 2 Jul 2023 02:00:01 +0200 Subject: [PATCH] gnu: iproute2: Update to 6.4.0. * gnu/packages/linux.scm (iproute): Update to 6.4.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 86754abb356061d0a80d6859218407fb9420dbdb..bbf056ebb0735578b028ea77e9466c12ea4d398c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3370,7 +3370,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (define-public iproute (package (name "iproute2") - (version "6.0.0") + (version "6.4.0") (source (origin (method url-fetch) (uri (string-append @@ -3378,7 +3378,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") version ".tar.xz")) (sha256 (base32 - "02jq36p7py8zs8s8jj49ap82sgf5wi5yfbgsfiirkv1awzlkjcaj")))) + "0wm2g70vfhnf8wb6py3zmzwxp4zv1icny1pvkwaxmr67rggbhlac")))) (build-system gnu-build-system) (arguments (list