[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/15: gnu: iproute2: Update to 5.15.0.
From: |
guix-commits |
Subject: |
01/15: gnu: iproute2: Update to 5.15.0. |
Date: |
Tue, 2 Nov 2021 22:32:37 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit c26b691a488df437238d9c18a0d50ab989046dfa
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 2 22:51:59 2021 +0100
gnu: iproute2: Update to 5.15.0.
* gnu/packages/linux.scm (iproute): Update to 5.15.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 f4c1867..0a2f3b9 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.
- branch master updated (3c60336 -> af5742c), guix-commits, 2021/11/02
- 01/15: gnu: iproute2: Update to 5.15.0.,
guix-commits <=
- 02/15: gnu: pamixer: Update to 1.5., guix-commits, 2021/11/02
- 03/15: gnu: pavucontrol: Update to 5.0., guix-commits, 2021/11/02
- 04/15: gnu: ldb: Update to 2.4.1., guix-commits, 2021/11/02
- 05/15: gnu: purescript: Update to 0.14.5., guix-commits, 2021/11/02
- 07/15: gnu: img2pdf: Update to 0.4.3., guix-commits, 2021/11/02
- 08/15: gnu: qtractor: Update to 0.9.24., guix-commits, 2021/11/02
- 10/15: gnu: neomutt: Update to 20211029., guix-commits, 2021/11/02
- 11/15: gnu: putty: Update to 0.76., guix-commits, 2021/11/02
- 13/15: gnu: putty: Edit description., guix-commits, 2021/11/02
- 12/15: gnu: putty: Try the upstream download URL first., guix-commits, 2021/11/02