diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-14 14:24:34 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-14 15:54:28 +0200 |
commit | 88e1ac17ed168e3a173462c606c75f7ef21d8080 (patch) | |
tree | b9e5f4b3b6accf63c7c7a512b90b8582bbbc65e7 /gnu | |
parent | b31e67f14975bcea0178e81a5c8de6d36f359331 (diff) | |
download | guix-88e1ac17ed168e3a173462c606c75f7ef21d8080.tar guix-88e1ac17ed168e3a173462c606c75f7ef21d8080.tar.gz |
gnu: iproute2: Update to 4.18.0.
* gnu/packages/linux.scm (iproute): Update to 4.18.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 8048dd61c0..a7ca4b63fe 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1199,7 +1199,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") (define-public iproute (package (name "iproute2") - (version "4.17.0") + (version "4.18.0") (source (origin (method url-fetch) (uri (string-append @@ -1207,7 +1207,7 @@ that the Ethernet protocol is much simpler than the IP protocol.") version ".tar.xz")) (sha256 (base32 - "0vmynikcamfhakvwyk5dsffy0ymgi5mdqiwybdvqfn1ijaq93abg")))) + "0ida5njr9nacg6ym3rjvl3cc9czw0hn4akhzbqf8f4zmjl6cgrm9")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite |