guix-commits
[Top][All Lists]
Advanced

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

16/17: gnu: s6: Update to 2.8.0.1.


From: guix-commits
Subject: 16/17: gnu: s6: Update to 2.8.0.1.
Date: Sun, 19 May 2019 22:18:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 813bb1a1dae1796013bd1d47484039dc518bc8a6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon May 20 04:01:12 2019 +0200

    gnu: s6: Update to 2.8.0.1.
    
    * gnu/packages/skarnet.scm (s6): Update to 2.8.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 b2615b7..cee50f6 100644
--- a/gnu/packages/skarnet.scm
+++ b/gnu/packages/skarnet.scm
@@ -103,14 +103,14 @@ complexity.")))
 (define-public s6
   (package
    (name "s6")
-   (version "2.8.0.0")
+   (version "2.8.0.1")
    (source
     (origin
      (method url-fetch)
      (uri (string-append "http://skarnet.org/software/s6/s6-";
                          version ".tar.gz"))
      (sha256
-      (base32 "01milx5shixvniaxxmanfzz54vcymjfi86433w62rk5ypvc94ir8"))))
+      (base32 "1n1i3jm3kp9ii54cxj1sgh89m6nyna7vhy8714ma6py1frdqzq6v"))))
    (build-system gnu-build-system)
    (inputs `(("skalibs" ,skalibs)
              ("execline" ,execline)))



reply via email to

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