summary refs log tree commit diff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-10-16 17:27:01 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-10-16 17:27:16 +0200
commit1e39c865928fdf4166d152a49e789b26d99fca71 (patch)
tree9527d7317e1492e55ac0b032e768d366089dd26b /gnu/packages/linux.scm
parent88a099636fb1db32655380a24c698cf0aa6f78a4 (diff)
downloadguix-1e39c865928fdf4166d152a49e789b26d99fca71.tar.gz
gnu: iproute2: Update to 5.9.0.
* gnu/packages/linux.scm (iproute2): Update to 5.9.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 9731b6fed6..9078b52467 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2270,7 +2270,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
 (define-public iproute
   (package
     (name "iproute2")
-    (version "5.8.0")
+    (version "5.9.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2278,7 +2278,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
                     version ".tar.xz"))
               (sha256
                (base32
-                "0vk4vickrpahdhl3zazr2qn2bf99v5549ncirjpwiy4h0a4izkfg"))))
+                "1kys6dmhrl43iaq95n5sh02p39d7bq8i5y672qrzgwnwpjaaqpd2"))))
     (build-system gnu-build-system)
     (arguments
      `( ;; There is a test suite, but it wants network namespaces and sudo.