diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 15:28:45 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 16:04:20 +0100 |
commit | 82853fbf8c209e585db80baf0a6180eb4c97c116 (patch) | |
tree | 8b9dbc1c6f0d0c8b9e39493455c7129775a37e4a /gnu/packages | |
parent | 5cecf3f4e22a8d5b97bba9a46d5967f8e06b0900 (diff) |
gnu: s6-networking: Update to 2.3.1.2.
* gnu/packages/skarnet.scm (s6-networking): Update to 2.3.1.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/skarnet.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/skarnet.scm b/gnu/packages/skarnet.scm index d5f756df14..1b0ec1f06c 100644 --- a/gnu/packages/skarnet.scm +++ b/gnu/packages/skarnet.scm @@ -179,14 +179,14 @@ as an alternative to the BIND, djbdns or other DNS clients."))) (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) |