gnu: iproute2: Update to 5.15.0.

* gnu/packages/linux.scm (iproute): Update to 5.15.0.
This commit is contained in:
Tobias Geerinckx-Rice 2021-11-02 22:51:59 +01:00
parent 3c60336bf2
commit c26b691a48
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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