diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-15 12:45:26 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-15 12:45:26 +0100 |
commit | ed0f9f53abef57b9f33d3b2eada40375894bdff6 (patch) | |
tree | de77dd65ee4910c5a9e12d719be6fb25fd2077c2 /gnu | |
parent | 7c1adf0090b39936ea8100e6a6cb76b031b75f53 (diff) | |
download | guix-ed0f9f53abef57b9f33d3b2eada40375894bdff6.tar guix-ed0f9f53abef57b9f33d3b2eada40375894bdff6.tar.gz |
gnu: iproute2: Update to 4.14.1.
* gnu/packages/linux.scm (iproute): Update to 4.14.1.
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 f81f5078b3..11715af2f8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1144,7 +1144,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (define-public iproute (package (name "iproute2") - (version "4.14.0") + (version "4.14.1") (source (origin (method url-fetch) (uri (string-append @@ -1152,7 +1152,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") version ".tar.xz")) (sha256 (base32 - "1l7wc0fs4wzf0my7gmb8c7i7s09qkfhkl3h1rdi8809wgcq03q7y")))) + "0rq0n7yxb0hmk0s6wx5awzjgf7ikjbibd0a5ix20ldfcmxlc0fnl")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite |