guix-commits
[Top][All Lists]
Advanced

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

11/18: gnu: s6: Update to 2.10.0.1.


From: guix-commits
Subject: 11/18: gnu: s6: Update to 2.10.0.1.
Date: Sun, 7 Feb 2021 17:29:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 26904f853d4b044eb35883d820cec9194f740015
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 7 23:00:30 2021 +0100

    gnu: s6: Update to 2.10.0.1.
    
    * gnu/packages/skarnet.scm (s6): Update to 2.10.0.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 1bc10cf..17f6787 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -104,14 +104,14 @@ complexity.")))
 (define-public s6
   (package
    (name "s6")
-   (version "2.10.0.0")
+   (version "2.10.0.1")
    (source
     (origin
      (method url-fetch)
      (uri (string-append "https://skarnet.org/software/s6/s6-";
                          version ".tar.gz"))
      (sha256
-      (base32 "0xzqrd0m3wjklmw1w3gjw5dcdxnhgvxv2r5wd6m2ismw2jprr9k0"))))
+      (base32 "1xfil1a138k7a83rqmrgmhklmasgspgdqszn8nyyn3vrnh7ny0nh"))))
    (build-system gnu-build-system)
    (inputs `(("skalibs" ,skalibs)
              ("execline" ,execline)))



reply via email to

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