gnu: iproute2: Update to 5.13.0.

* gnu/packages/linux.scm (iproute2): Update to 5.13.0.
This commit is contained in:
Tobias Geerinckx-Rice 2021-07-01 14:17:40 +02:00
parent 2e92c123c5
commit 791fb5a3af
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2541,7 +2541,7 @@ (define-public ebtables
(define-public iproute (define-public iproute
(package (package
(name "iproute2") (name "iproute2")
(version "5.12.0") (version "5.13.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2549,7 +2549,7 @@ (define-public iproute
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0vrjbzhwzcvaxyyhkr2ii89w2vznzwp2pfgk7w72mviniawqs9lx")))) "0dhvdybfm33q9lz73sfnc24pxy2r42xywzb1gdgydjfafhvyb8kj"))))
(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.