[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: s6-networking: Update to 2.3.2.0.
From: |
guix-commits |
Subject: |
04/13: gnu: s6-networking: Update to 2.3.2.0. |
Date: |
Thu, 8 Oct 2020 10:02:18 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 77ba8c46ebd7446cb668ff8a992c1f42beab5ef9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 8 13:33:30 2020 +0200
gnu: s6-networking: Update to 2.3.2.0.
* gnu/packages/skarnet.scm (s6-networking): Update to 2.3.2.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 ccb1c45..b634c39 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -179,14 +179,14 @@ as an alternative to the BIND, djbdns or other DNS
clients.")))
(define-public s6-networking
(package
(name "s6-networking")
- (version "2.3.1.2")
+ (version "2.3.2.0")
(source
(origin
(method url-fetch)
(uri (string-append
"https://skarnet.org/software/s6-networking/s6-networking-"
version ".tar.gz"))
(sha256
- (base32 "1029bgwfmv903y5ji93j75m7p2jgchdxya1khxzb42q2z7yxnlyr"))))
+ (base32 "04kxj579pm4n5ifc3gfmrqj74vqqfqc82d69avzkn3yrc226mqxv"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)
("execline" ,execline)
- branch master updated (5a72352 -> 01f9a4c), guix-commits, 2020/10/08
- 03/13: gnu: obs: Update to 26.0.2., guix-commits, 2020/10/08
- 01/13: gnu: chrony: Update to 4.0., guix-commits, 2020/10/08
- 06/13: gnu: vim: Update to 8.2.1812., guix-commits, 2020/10/08
- 02/13: gnu: chrony: Support Network Time Security (NTS)., guix-commits, 2020/10/08
- 05/13: gnu: s6-linux-utils: Update to 2.5.1.3., guix-commits, 2020/10/08
- 08/13: gnu: borg: Update to 1.1.14., guix-commits, 2020/10/08
- 04/13: gnu: s6-networking: Update to 2.3.2.0.,
guix-commits <=
- 07/13: gnu: facter: Update to 4.0.42., guix-commits, 2020/10/08
- 10/13: gnu: entr: Remove erroneous use of DESTDIR., guix-commits, 2020/10/08
- 11/13: gnu: discount: Cross-compile., guix-commits, 2020/10/08
- 09/13: gnu: perl-file-listing: Update to 6.11., guix-commits, 2020/10/08
- 12/13: gnu: discount: Update to 2.2.7., guix-commits, 2020/10/08
- 13/13: gnu: discount: Install .pc file., guix-commits, 2020/10/08