gnu: s6-networking: Update to 2.3.1.2.

* gnu/packages/skarnet.scm (s6-networking): Update to 2.3.1.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-07 15:28:45 +01:00
parent 5cecf3f4e2
commit 82853fbf8c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -179,14 +179,14 @@ (define-public s6-dns
(define-public s6-networking
(package
(name "s6-networking")
(version "2.3.1.1")
(version "2.3.1.2")
(source
(origin
(method url-fetch)
(uri (string-append "http://skarnet.org/software/s6-networking/s6-networking-"
version ".tar.gz"))
(sha256
(base32 "127i7ig5wdgjbkjf0py0g96llc6cbxij22ns2j7bwa95figinhcx"))))
(base32 "1029bgwfmv903y5ji93j75m7p2jgchdxya1khxzb42q2z7yxnlyr"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)
("execline" ,execline)