diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-02-04 09:31:28 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-02-04 09:31:28 +0100 |
commit | 2131aea72280e8eaba6a07419407e97db085b094 (patch) | |
tree | 1c71295379df8c26338a00f01e8773983628fc97 /gnu/packages/linux.scm | |
parent | 29009fdb2d3636eafa77b406da2430b08a22d47e (diff) | |
download | guix-2131aea72280e8eaba6a07419407e97db085b094.tar guix-2131aea72280e8eaba6a07419407e97db085b094.tar.gz |
gnu: iproute2: Update to 5.10.0.
* gnu/packages/linux.scm (iproute): Update to 5.1.0.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 9e31dfc5db..d9860dbd39 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2349,7 +2349,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (define-public iproute (package (name "iproute2") - (version "5.9.0") + (version "5.10.0") (source (origin (method url-fetch) (uri (string-append @@ -2357,7 +2357,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") version ".tar.xz")) (sha256 (base32 - "1kys6dmhrl43iaq95n5sh02p39d7bq8i5y672qrzgwnwpjaaqpd2")))) + "1sakmhvh40gh4x55vzgy6cyvizqkhqalcfpvs6r0c14w62p38jm5")))) (build-system gnu-build-system) (arguments `( ;; There is a test suite, but it wants network namespaces and sudo. |