diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-24 15:47:16 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-24 21:34:20 +0200 |
commit | ac9f4819795ee8e2118f9c043a1ef81f45cc6677 (patch) | |
tree | 5e6703e0e37b73fba76aaf88c2896964189b01ee /gnu | |
parent | f437e39aa2cd9214b03d5cf4f5bda22441834e04 (diff) | |
download | guix-ac9f4819795ee8e2118f9c043a1ef81f45cc6677.tar guix-ac9f4819795ee8e2118f9c043a1ef81f45cc6677.tar.gz |
gnu: iproute2: Update to 4.19.0.
* gnu/packages/linux.scm (iproute): Update to 4.19.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 589d373ce7..84537b936c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1222,7 +1222,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (define-public iproute (package (name "iproute2") - (version "4.18.0") + (version "4.19.0") (source (origin (method url-fetch) (uri (string-append @@ -1230,7 +1230,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") version ".tar.xz")) (sha256 (base32 - "0ida5njr9nacg6ym3rjvl3cc9czw0hn4akhzbqf8f4zmjl6cgrm9")))) + "114rlb3bvrf7q6yr03mn1rj6gl7mrg0psvm2dx0qb2kxyjhmrv6r")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite |