summary refs log tree commit diff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-08-10 20:31:48 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-08-10 20:35:44 +0200
commitaea589121dc51d823b0abfaca903137d6ba98dee (patch)
treeaf67cb8d3330b4778d86e6003810abad193df869 /gnu/packages/linux.scm
parentec36caf510316579f80d1553ce85b6ac6eb1b789 (diff)
downloadguix-aea589121dc51d823b0abfaca903137d6ba98dee.tar.gz
gnu: iproute2: Update to 5.8.0.
* gnu/packages/linux.scm (iproute2): Update to 5.8.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 a2d6d384ee..9384a6c52f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2241,7 +2241,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
 (define-public iproute
   (package
     (name "iproute2")
-    (version "5.7.0")
+    (version "5.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2249,7 +2249,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "088gs56iqhdlpw1iqjwrss4zxd4zbl2wl8s2implrrdajjxcfpbj"))))
+                "0vk4vickrpahdhl3zazr2qn2bf99v5549ncirjpwiy4h0a4izkfg"))))
     (build-system gnu-build-system)
     (arguments
      `( ;; There is a test suite, but it wants network namespaces and sudo.