summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-02 22:51:59 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 03:10:52 +0100
commitc26b691a488df437238d9c18a0d50ab989046dfa (patch)
tree8f847ef6ee2670cf3ec7b476d23ccf77cf04c8b1 /gnu
parent3c60336bf2c8ea1e4b406343cda0dd11897c2f13 (diff)
downloadguix-patches-c26b691a488df437238d9c18a0d50ab989046dfa.tar
guix-patches-c26b691a488df437238d9c18a0d50ab989046dfa.tar.gz
gnu: iproute2: Update to 5.15.0.
* gnu/packages/linux.scm (iproute): Update to 5.15.0.
Diffstat (limited to 'gnu')
-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 f4c1867c5d..0a2f3b9473 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2699,7 +2699,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
(define-public iproute
(package
(name "iproute2")
- (version "5.13.0")
+ (version "5.15.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2707,7 +2707,7 @@ that the Ethernet protocol is much simpler than the IP protocol.")
version ".tar.xz"))
(sha256
(base32
- "0dhvdybfm33q9lz73sfnc24pxy2r42xywzb1gdgydjfafhvyb8kj"))))
+ "1zwin8sjnnwf2a9rjwzb3q8lkhcpy06s29sh05f5gxd7z6jy9qrq"))))
(build-system gnu-build-system)
(arguments
`( ;; There is a test suite, but it wants network namespaces and sudo.