diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-06-05 12:34:57 +0000 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-06-05 14:36:43 +0200 |
commit | 025817a558c4d81c8aa18b844ad6628f0019eb14 (patch) | |
tree | 1f54d847188451fc987abaacf8ad9d94e3db69a4 /gnu | |
parent | 9cf9f7a886cfe6cf2cd6cb39249738873cdcb255 (diff) | |
download | guix-025817a558c4d81c8aa18b844ad6628f0019eb14.tar guix-025817a558c4d81c8aa18b844ad6628f0019eb14.tar.gz |
gnu: iproute2: Update to 4.11.0.
* gnu/packages/linux.scm (iproute): Update to 4.11.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 16d5cd6d4a..b869a457c4 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1043,7 +1043,7 @@ packet filter.") (define-public iproute (package (name "iproute2") - (version "4.10.0") + (version "4.11.0") (source (origin (method url-fetch) (uri (string-append @@ -1051,7 +1051,7 @@ packet filter.") version ".tar.xz")) (sha256 (base32 - "1a59y1zkddvr7z0lh2y9iasbh9wpfc1n39p56xcd6jkhzk0y3c92")))) + "09l0phf09mw17bn3xlzfr80sbhw14mq8xv28iz5x15m6pll10rvj")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite |