[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/13: gnu: iproute2: Update to 5.9.0.
From: |
guix-commits |
Subject: |
13/13: gnu: iproute2: Update to 5.9.0. |
Date: |
Fri, 16 Oct 2020 11:51:55 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 1e39c865928fdf4166d152a49e789b26d99fca71
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Oct 16 17:27:01 2020 +0200
gnu: iproute2: Update to 5.9.0.
* gnu/packages/linux.scm (iproute2): Update to 5.9.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 9731b6f..9078b52 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.
- 09/13: gnu: multitail: Remove bogus use of DESTDIR., (continued)
- 09/13: gnu: multitail: Remove bogus use of DESTDIR., guix-commits, 2020/10/16
- 02/13: gnu: gpxsee: Update to 7.34., guix-commits, 2020/10/16
- 04/13: gnu: filters: Prepare for cross-compilation., guix-commits, 2020/10/16
- 08/13: gnu: dstat: Fix bogus use of DESTDIR., guix-commits, 2020/10/16
- 06/13: gnu: filters: Fix repository URL., guix-commits, 2020/10/16
- 05/13: gnu: filters: Replace git commit with equivalent tag., guix-commits, 2020/10/16
- 07/13: gnu: filters: Fix bogus use of DESTDIR., guix-commits, 2020/10/16
- 11/13: gnu: multitail: Edit synopsis & description., guix-commits, 2020/10/16
- 12/13: gnu: make-lua-ossl: Fix bogus use of DESTDIR., guix-commits, 2020/10/16
- 10/13: gnu: multitail: Cross-compile., guix-commits, 2020/10/16
- 13/13: gnu: iproute2: Update to 5.9.0.,
guix-commits <=