gnu: iproute2: Update to 5.9.0.

* gnu/packages/linux.scm (iproute2): Update to 5.9.0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-16 17:27:01 +02:00
parent 88a099636f
commit 1e39c86592
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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