[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/10: gnu: iproute2: Update to 5.3.0.
From: |
guix-commits |
Subject: |
06/10: gnu: iproute2: Update to 5.3.0. |
Date: |
Wed, 25 Sep 2019 11:51:37 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 005e539edf009c5431f8d11dc34ad23b8424bda2
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Sep 25 16:41:37 2019 +0200
gnu: iproute2: Update to 5.3.0.
* gnu/packages/linux.scm (iproute): Update to 5.3.0.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index f8ad96e..b2b7a48 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.
- branch master updated (8dc3c2a -> b106dd8), guix-commits, 2019/09/25
- 04/10: gnu: mlt: Update to 6.16.0., guix-commits, 2019/09/25
- 02/10: gnu: spirv-tools: Update to 2019.2., guix-commits, 2019/09/25
- 01/10: gnu: you-get: Update to 0.4.1355., guix-commits, 2019/09/25
- 07/10: gnu: iproute2: Add libmnl input., guix-commits, 2019/09/25
- 03/10: gnu: spirv-tools: Use GIT-FILE-NAME., guix-commits, 2019/09/25
- 05/10: gnu: rofi: Update to 1.5.4., guix-commits, 2019/09/25
- 10/10: gnu: xf86-input-wacom: Don't use NAME in source URI., guix-commits, 2019/09/25
- 06/10: gnu: iproute2: Update to 5.3.0.,
guix-commits <=
- 08/10: gnu: celluloid: Update to 0.17 from gnome-mpv., guix-commits, 2019/09/25
- 09/10: gnu: youtube-dl: Update to 2019.09.12.1., guix-commits, 2019/09/25