mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: s6-dns: Update to 2.3.0.0.
* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.0.0.
This commit is contained in:
parent
c14dcc0c40
commit
8ea7d85554
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ (define-public s6
|
|||
(define-public s6-dns
|
||||
(package
|
||||
(name "s6-dns")
|
||||
(version "2.0.1.0")
|
||||
(version "2.3.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -152,7 +152,7 @@ (define-public s6-dns
|
|||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ji47iy8czx4jmi763dxd6lgjbnp4vqqgcijh46ym65l0a97z04w"))))
|
||||
"0h47ldxvh9cny91r0pjxq7zr5iqpqf1j50p3ip42f6bl90z5ha58"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("skalibs" ,skalibs)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue