me
/
guix
Archived
1
0
Fork 0

gnu: iproute2: Update to 4.11.0.

* gnu/packages/linux.scm (iproute): Update to 4.11.0.
master
Marius Bakke 2017-06-05 12:34:57 +00:00
parent 9cf9f7a886
commit 025817a558
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1043,7 +1043,7 @@ packet filter.")
(define-public iproute (define-public iproute
(package (package
(name "iproute2") (name "iproute2")
(version "4.10.0") (version "4.11.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1051,7 +1051,7 @@ packet filter.")
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1a59y1zkddvr7z0lh2y9iasbh9wpfc1n39p56xcd6jkhzk0y3c92")))) "09l0phf09mw17bn3xlzfr80sbhw14mq8xv28iz5x15m6pll10rvj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no test suite `(#:tests? #f ; no test suite