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

gnu: s6-networking: Update to 2.3.2.0.

* gnu/packages/skarnet.scm (s6-networking): Update to 2.3.2.0.
parent a5d729fa
No related branches found
No related tags found
No related merge requests found
...@@ -179,14 +179,14 @@ (define-public s6-dns ...@@ -179,14 +179,14 @@ (define-public s6-dns
(define-public s6-networking (define-public s6-networking
(package (package
(name "s6-networking") (name "s6-networking")
(version "2.3.1.2") (version "2.3.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://skarnet.org/software/s6-networking/s6-networking-" (uri (string-append "https://skarnet.org/software/s6-networking/s6-networking-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 "1029bgwfmv903y5ji93j75m7p2jgchdxya1khxzb42q2z7yxnlyr")))) (base32 "04kxj579pm4n5ifc3gfmrqj74vqqfqc82d69avzkn3yrc226mqxv"))))
(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