gnu: iproute2: Update to 5.10.0.

* gnu/packages/linux.scm (iproute): Update to 5.1.0.
This commit is contained in:
Ludovic Courtès 2021-02-04 09:31:28 +01:00
parent 29009fdb2d
commit 2131aea722
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -2349,7 +2349,7 @@ (define-public ebtables
(define-public iproute (define-public iproute
(package (package
(name "iproute2") (name "iproute2")
(version "5.9.0") (version "5.10.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2357,7 +2357,7 @@ (define-public iproute
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1kys6dmhrl43iaq95n5sh02p39d7bq8i5y672qrzgwnwpjaaqpd2")))) "1sakmhvh40gh4x55vzgy6cyvizqkhqalcfpvs6r0c14w62p38jm5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`( ;; There is a test suite, but it wants network namespaces and sudo. `( ;; There is a test suite, but it wants network namespaces and sudo.