guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: s6-linux-init: Update to 1.0.6.4.


From: guix-commits
Subject: 08/09: gnu: s6-linux-init: Update to 1.0.6.4.
Date: Sat, 23 Oct 2021 18:15:39 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c78b914ee28c506e0c572b46eadbd900263cf3b5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 24 00:11:01 2021 +0200

    gnu: s6-linux-init: Update to 1.0.6.4.
    
    * gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.6.4.
---
 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 a79673c..0e0f362 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -293,7 +293,7 @@ systems and other constrained environments, but they work 
everywhere.")))
 (define-public s6-linux-init
   (package
    (name "s6-linux-init")
-   (version "1.0.6.3")
+   (version "1.0.6.4")
    (source
     (origin
      (method url-fetch)
@@ -301,7 +301,7 @@ systems and other constrained environments, but they work 
everywhere.")))
            "https://skarnet.org/software/s6-linux-init/s6-linux-init-";
            version ".tar.gz"))
      (sha256
-      (base32 "1idqjcxhl5wgff8yrsvx2812wahjri2hcs7qs6k62g0sdd8niqr9"))))
+      (base32 "0grqk111d6aqym1c4l9j26fdqcgra1hvwb9vdgylrfbvn1c3hlpb"))))
     (build-system gnu-build-system)
     (inputs
      `(("execline" ,execline)



reply via email to

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