summary refs log tree commit diff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-11-13 19:49:55 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-11-14 04:06:53 +0100
commit58b8d1b39f06b35c176da0b31a403a8570d1865c (patch)
tree51efd06d85cbc7d7dbf5ab0e94fd10f1618715a8 /gnu/packages/linux.scm
parent1b2f753d9c73a5431ec1f5510449c480debf80ce (diff)
downloadguix-58b8d1b39f06b35c176da0b31a403a8570d1865c.tar.gz
gnu: iproute2: Update to 4.14.0.
* gnu/packages/linux.scm (iproute): Update to 4.14.0.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 dcabbc724e..f81f5078b3 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1144,7 +1144,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
 (define-public iproute
   (package
     (name "iproute2")
-    (version "4.13.0")
+    (version "4.14.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1152,7 +1152,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0l2w84cwr54gaw3cbxijf614l76hx8mgcz57v81rwl68z3nq3yww"))))
+                "1l7wc0fs4wzf0my7gmb8c7i7s09qkfhkl3h1rdi8809wgcq03q7y"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                                ; no test suite