3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: s6-networking: Update to 2.3.1.1.

* gnu/packages/skarnet.scm (s6-networking): Update to 2.3.1.1.
This commit is contained in:
Oleg Pykhalov 2020-01-09 03:03:16 +03:00
parent e37a3ac0bd
commit e262a5a7e0
No known key found for this signature in database
GPG key ID: 167F8EA5001AFA9C

View file

@ -171,14 +171,14 @@ as an alternative to the BIND, djbdns or other DNS clients.")))
(define-public s6-networking
(package
(name "s6-networking")
(version "2.3.0.4")
(version "2.3.1.1")
(source
(origin
(method url-fetch)
(uri (string-append "http://skarnet.org/software/s6-networking/s6-networking-"
version ".tar.gz"))
(sha256
(base32 "00kqp0mcp8c7f0z5s4399rd1haxasxkqgd6ds0j0607hvi56mqqa"))))
(base32 "127i7ig5wdgjbkjf0py0g96llc6cbxij22ns2j7bwa95figinhcx"))))
(build-system gnu-build-system)
(inputs `(("skalibs" ,skalibs)
("execline" ,execline)