guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/25: gnu: s6-networking: Update to 2.4.1.1.


From: guix-commits
Subject: 17/25: gnu: s6-networking: Update to 2.4.1.1.
Date: Mon, 19 Apr 2021 22:12:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c2335a24431dbe86310a1a7749c95b3561bc2cb2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Apr 20 01:24:51 2021 +0200

    gnu: s6-networking: Update to 2.4.1.1.
    
    * gnu/packages/skarnet.scm (s6-networking): Update to 2.4.1.1.
---
 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 23832c2..3baa983 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.4.1.0")
+   (version "2.4.1.1")
    (source
     (origin
      (method url-fetch)
      (uri (string-append "https://skarnet.org/software/s6-networking/";
                          "s6-networking-" version ".tar.gz"))
      (sha256
-      (base32 "023wnayv1gddklnsh3qv7i5jfy2fisbp24wa0nzjg0nfq3p807yc"))))
+      (base32 "0m55ibx7k2wgrqbpci1n667ij0h925ajzggxalq2pj65kmwcmyx3"))))
     (build-system gnu-build-system)
     (inputs `(("skalibs" ,skalibs)
               ("execline" ,execline)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]