gnu: iproute: Update to 4.4.0.

* gnu/packages/linux.scm (iproute): Update to 4.4.0.
master
Alex Kost 2016-02-11 13:49:38 +03:00
parent b53e44fb4e
commit 75cd4b053e
1 changed files with 8 additions and 8 deletions

View File

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