mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: s6-dns: Update to 2.3.5.4.
* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.5.4.
This commit is contained in:
parent
6f21376ff5
commit
b290fb14a4
1 changed files with 2 additions and 2 deletions
|
@ -147,14 +147,14 @@ (define-public s6
|
||||||
(define-public s6-dns
|
(define-public s6-dns
|
||||||
(package
|
(package
|
||||||
(name "s6-dns")
|
(name "s6-dns")
|
||||||
(version "2.3.5.2")
|
(version "2.3.5.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://skarnet.org/software/s6-dns/s6-dns-"
|
(uri (string-append "https://skarnet.org/software/s6-dns/s6-dns-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nczzjprvp6wirzycgf5h32dlgx4r8grzkqhif27n3ii6f5g78yw"))))
|
(base32 "0hyvyi8qwgs6529hafl3yvkb3qaw4mad76n5rn1lyxf4f8j25bvn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list skalibs))
|
(inputs (list skalibs))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue