mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: s6-networking: Update to 2.4.0.0.
* gnu/packages/skarnet.scm (s6-networking): Update to 2.4.0.0.
This commit is contained in:
parent
1cd45f723a
commit
f5be539c9b
1 changed files with 2 additions and 2 deletions
|
@ -179,14 +179,14 @@ (define-public s6-dns
|
|||
(define-public s6-networking
|
||||
(package
|
||||
(name "s6-networking")
|
||||
(version "2.3.2.0")
|
||||
(version "2.4.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://skarnet.org/software/s6-networking/s6-networking-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "04kxj579pm4n5ifc3gfmrqj74vqqfqc82d69avzkn3yrc226mqxv"))))
|
||||
(base32 "1yqykwfl5jnkxgr6skfj5kzd896pknij0hi5m7lj0r18jpfs5zgq"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("skalibs" ,skalibs)
|
||||
("execline" ,execline)
|
||||
|
|
Loading…
Reference in a new issue