diff options
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 |