gnu: iproute2: Update to 5.2.0.

* gnu/packages/linux.scm (iproute): Update to 5.2.0.
This commit is contained in:
Tobias Geerinckx-Rice 2019-07-09 21:13:54 +02:00
parent 38a9b4b74e
commit 12b1ec6617
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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