aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-06-10 17:14:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-06-11 14:08:31 +0200
commit14299d21f28cba1331f4ad21432454f43b51766b (patch)
treeeee182bf2b268fadc6963b210f8586e5eb429390
parent41ea698a4b7dcba0c9afe9955d0bfd01642212a3 (diff)
downloadguix-14299d21f28cba1331f4ad21432454f43b51766b.tar
guix-14299d21f28cba1331f4ad21432454f43b51766b.tar.gz
gnu: iproute2: Update to 4.17.0.
* gnu/packages/linux.scm (iproute): Update to 4.17.0.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e52c27c2c7..af27424c1c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1195,7 +1195,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
(define-public iproute
(package
(name "iproute2")
- (version "4.16.0")
+ (version "4.17.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1203,7 +1203,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
version ".tar.xz"))
(sha256
(base32
- "02pfalg319jpbjz273ph725br8dnkzpfvi98azi9yd6p1w128p0c"))))
+ "0vmynikcamfhakvwyk5dsffy0ymgi5mdqiwybdvqfn1ijaq93abg"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite