diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-02 02:00:00 +0200 |
commit | cf820ca687fe28bc69f2c15184d6a75b4d777c18 (patch) | |
tree | 50b9785becfd5869ef19d1ced91d659fd574e52f | |
parent | a56eafd28bdafda9824a6a85e1ab974b8210f9bb (diff) | |
download | guix-cf820ca687fe28bc69f2c15184d6a75b4d777c18.tar.gz |
gnu: iproute2: Update to 6.4.0.
* gnu/packages/linux.scm (iproute): Update to 6.4.0.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 9da2e62c07..30926bfb9c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3003,7 +3003,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 @@ -3011,7 +3011,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 |