me
/
guix
Archived
1
0
Fork 0

gnu: s6: Update to 2.10.0.2.

* gnu/packages/skarnet.scm (s6): Update to 2.10.0.2.
master
Tobias Geerinckx-Rice 2021-03-07 14:27:30 +01:00
parent 4607fe2cdb
commit 27ffa16c58
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions
gnu/packages

View File

@ -104,14 +104,14 @@ complexity.")))
(define-public s6 (define-public s6
(package (package
(name "s6") (name "s6")
(version "2.10.0.1") (version "2.10.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://skarnet.org/software/s6/s6-" (uri (string-append "https://skarnet.org/software/s6/s6-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1xfil1a138k7a83rqmrgmhklmasgspgdqszn8nyyn3vrnh7ny0nh")))) (base32 "08bcrp7ck1l3wmjyzxi3vgk6j0n2jfymxs4rjjw4if40f3lgqfmj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs) (inputs `(("skalibs" ,skalibs)
("execline" ,execline))) ("execline" ,execline)))