me
/
guix
Archived
1
0
Fork 0

gnu: s6: Update to 2.7.2.0.

* gnu/packages/skarnet.scm (s6): Update to 2.7.2.0.
master
Tobias Geerinckx-Rice 2018-08-16 01:41:17 +02:00
parent 6b7fae5fae
commit 5dc4b940df
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 3 deletions

View File

@ -105,7 +105,7 @@ complexity.")))
(define-public s6 (define-public s6
(package (package
(name "s6") (name "s6")
(version "2.7.0.0") (version "2.7.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -113,7 +113,7 @@ complexity.")))
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"04vfviw00zvvb1mdpl78zdgzd7j491f1lahhqrkkq9vk5kwcn5v6")))) "02canrzmhr66gi16ldyylk378jlmyfl73vn72ayr12h2wyxgqm5g"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs) (inputs `(("skalibs" ,skalibs)
("execline" ,execline))) ("execline" ,execline)))
@ -128,7 +128,7 @@ complexity.")))
(string-append "--with-sysdeps=" (string-append "--with-sysdeps="
(assoc-ref %build-inputs "skalibs") (assoc-ref %build-inputs "skalibs")
"/lib/skalibs/sysdeps")) "/lib/skalibs/sysdeps"))
#:tests? #f)) #:tests? #f)) ; no tests exist
(home-page "https://skarnet.org/software/s6") (home-page "https://skarnet.org/software/s6")
(license isc) (license isc)
(synopsis "Small suite of programs for process supervision") (synopsis "Small suite of programs for process supervision")