gnu: iproute: Update to 4.4.0.

* gnu/packages/linux.scm (iproute): Update to 4.4.0.
This commit is contained in:
Alex Kost 2016-02-11 13:49:38 +03:00
parent b53e44fb4e
commit 75cd4b053e

View file

@ -869,15 +869,15 @@ (define-public iptables
(define-public iproute (define-public iproute
(package (package
(name "iproute2") (name "iproute2")
(version "3.12.0") (version "4.4.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"mirror://kernel.org/linux/utils/net/iproute2/iproute2-" "mirror://kernel.org/linux/utils/net/iproute2/iproute2-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"04gi11gh087bg2nlxhj0lxrk8l9qxkpr88nsiil23917bm3h1xj4")))) "05351m4m0whsivlblvs3m0nz5q9v6r06ik80z27gf6ca51kw74dw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no test suite `(#:tests? #f ; no test suite