gnu: s6: Update to 2.7.2.2.

* gnu/packages/skarnet.scm (s6): Update to 2.7.2.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-13 01:13:40 +01:00
parent d2c8a891ee
commit de8022ec3d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2,7 +2,7 @@
;;; Copyright © 2015 Claes Wallin <claes.wallin@greatsinodevelopment.com>
;;; Copyright © 2016 Eric Le Bihan <eric.le.bihan.dev@free.fr>
;;; 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.
;;;
@ -105,7 +105,7 @@ (define-public execline
(define-public s6
(package
(name "s6")
(version "2.7.2.1")
(version "2.7.2.2")
(source
(origin
(method url-fetch)
@ -113,7 +113,7 @@ (define-public s6
version ".tar.gz"))
(sha256
(base32
"0vyl4wr2l4mp9ams0dyg224qxhl8ksxsv2shs6606lhhp9g1rb6b"))))
"0psjmfidjdciswakw9agzzniqfmhrr21765m0q77kwxg7iisgpsq"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)
("execline" ,execline)))