Skip to content
Snippets Groups Projects
Unverified Commit de8022ec authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: s6: Update to 2.7.2.2.

* gnu/packages/skarnet.scm (s6): Update to 2.7.2.2.
parent d2c8a891
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
;;; Copyright © 2015 Claes Wallin <claes.wallin@greatsinodevelopment.com> ;;; Copyright © 2015 Claes Wallin <claes.wallin@greatsinodevelopment.com>
;;; Copyright © 2016 Eric Le Bihan <eric.le.bihan.dev@free.fr> ;;; Copyright © 2016 Eric Le Bihan <eric.le.bihan.dev@free.fr>
;;; Copyright © 2017 Z. Ren <zren@dlut.edu.cn> ;;; Copyright © 2017 Z. Ren <zren@dlut.edu.cn>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
...@@ -105,7 +105,7 @@ (define-public execline ...@@ -105,7 +105,7 @@ (define-public execline
(define-public s6 (define-public s6
(package (package
(name "s6") (name "s6")
(version "2.7.2.1") (version "2.7.2.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -113,7 +113,7 @@ (define-public s6 ...@@ -113,7 +113,7 @@ (define-public s6
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0vyl4wr2l4mp9ams0dyg224qxhl8ksxsv2shs6606lhhp9g1rb6b")))) "0psjmfidjdciswakw9agzzniqfmhrr21765m0q77kwxg7iisgpsq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs) (inputs `(("skalibs" ,skalibs)
("execline" ,execline))) ("execline" ,execline)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment