diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-30 19:01:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-30 19:01:28 +0100 |
commit | 129332ab20feff510dc5f62c2a708b37a5b7ba24 (patch) | |
tree | 7bd284a275d75099ad1d75fb828361d0b8868df1 /gnu | |
parent | 890bf023c55165d0e12bb1dc4e7e8b4cc8ba5d7b (diff) | |
download | guix-129332ab20feff510dc5f62c2a708b37a5b7ba24.tar.gz guix-129332ab20feff510dc5f62c2a708b37a5b7ba24.zip |
gnu: iproute2: Update to 4.15.0.
* gnu/packages/linux.scm (iproute): Update to 4.15.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 064a26bc72..7b6a04d7b7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1176,7 +1176,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (define-public iproute (package (name "iproute2") - (version "4.14.1") + (version "4.15.0") (source (origin (method url-fetch) (uri (string-append @@ -1184,7 +1184,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") version ".tar.xz")) (sha256 (base32 - "0rq0n7yxb0hmk0s6wx5awzjgf7ikjbibd0a5ix20ldfcmxlc0fnl")))) + "0mc3g4kj7h3jhwz2b2gdf41gp6bhqn7axh4mnyvhkdnpk5m63m28")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite |