summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-09-25 16:41:37 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-09-25 17:50:50 +0200
commit005e539edf009c5431f8d11dc34ad23b8424bda2 (patch)
tree1913f14f3207c57f59c90de7a77f1536adabb406
parentdc29bea3404965911acab83d7f20968bdec788bb (diff)
downloadpatches-005e539edf009c5431f8d11dc34ad23b8424bda2.tar
patches-005e539edf009c5431f8d11dc34ad23b8424bda2.tar.gz
gnu: iproute2: Update to 5.3.0.
* gnu/packages/linux.scm (iproute): Update to 5.3.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 f8ad96e89d..b2b7a480fc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -1706,7 +1706,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
(define-public iproute
(package
(name "iproute2")
- (version "5.2.0")
+ (version "5.3.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1714,7 +1714,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
version ".tar.xz"))
(sha256
(base32
- "1a2dywa2kam24951byv9pl32mb9z6klh7d4vp8fwfgrm4vn5vfd5"))))
+ "0gvv269wjn4279hxr5zzwsk2c5qgswr47za3hm1x4frsk52iw76b"))))
(build-system gnu-build-system)
(arguments
`( ;; There is a test suite, but it wants network namespaces and sudo.