[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/09: gnu: s6-networking: Update to 2.5.0.0.
From: |
guix-commits |
Subject: |
05/09: gnu: s6-networking: Update to 2.5.0.0. |
Date: |
Sat, 23 Oct 2021 18:15:38 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 9aa11db1cf78ca527a90e5a0fd917f81c1ee5d61
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 24 00:07:22 2021 +0200
gnu: s6-networking: Update to 2.5.0.0.
* gnu/packages/skarnet.scm (s6-networking): Update to 2.5.0.0.
---
gnu/packages/skarnet.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm
index 5081876..31dd884 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -177,14 +177,14 @@ as an alternative to the BIND, djbdns or other DNS
clients.")))
(define-public s6-networking
(package
(name "s6-networking")
- (version "2.4.1.1")
+ (version "2.5.0.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://skarnet.org/software/s6-networking/";
"s6-networking-" version ".tar.gz"))
(sha256
- (base32 "0m55ibx7k2wgrqbpci1n667ij0h925ajzggxalq2pj65kmwcmyx3"))))
+ (base32 "1fn3g9gkwgmnxallhk82f5rly81pnkilj7n49g5fbfmaalsq96mh"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)
("execline" ,execline)
- branch master updated (103eb25 -> b111497), guix-commits, 2021/10/23
- 03/09: gnu: s6: Update to 2.11.0.0., guix-commits, 2021/10/23
- 02/09: gnu: execline: Update to 2.8.1.0., guix-commits, 2021/10/23
- 08/09: gnu: s6-linux-init: Update to 1.0.6.4., guix-commits, 2021/10/23
- 01/09: gnu: skalibs: Update to 2.11.0.0., guix-commits, 2021/10/23
- 09/09: gnu: s6-linux-utils: Update to 2.5.1.6., guix-commits, 2021/10/23
- 06/09: gnu: s6-rc: Update to 0.5.2.3., guix-commits, 2021/10/23
- 04/09: gnu: s6-dns: Update to 2.3.5.2., guix-commits, 2021/10/23
- 07/09: gnu: s6-portable-utils: Update to 2.2.3.3., guix-commits, 2021/10/23
- 05/09: gnu: s6-networking: Update to 2.5.0.0.,
guix-commits <=