gnu: s6-dns: Update to 2.3.0.1.
* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.0.1.master
parent
5dc4b940df
commit
0241dc181b
|
@ -144,7 +144,7 @@ functionality with a very small amount of code.")))
|
||||||
(define-public s6-dns
|
(define-public s6-dns
|
||||||
(package
|
(package
|
||||||
(name "s6-dns")
|
(name "s6-dns")
|
||||||
(version "2.3.0.0")
|
(version "2.3.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -152,7 +152,7 @@ functionality with a very small amount of code.")))
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0h47ldxvh9cny91r0pjxq7zr5iqpqf1j50p3ip42f6bl90z5ha58"))))
|
"16ymalc4yxbwc0kapwmissxlw2bdk4sx3b33zp1gwx3n6hkcgh8c"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("skalibs" ,skalibs)))
|
(inputs `(("skalibs" ,skalibs)))
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -163,7 +163,7 @@ functionality with a very small amount of code.")))
|
||||||
(string-append "--with-sysdeps="
|
(string-append "--with-sysdeps="
|
||||||
(assoc-ref %build-inputs "skalibs")
|
(assoc-ref %build-inputs "skalibs")
|
||||||
"/lib/skalibs/sysdeps"))
|
"/lib/skalibs/sysdeps"))
|
||||||
#:tests? #f))
|
#:tests? #f)) ; no tests exist
|
||||||
(home-page "https://skarnet.org/software/s6-dns")
|
(home-page "https://skarnet.org/software/s6-dns")
|
||||||
(license isc)
|
(license isc)
|
||||||
(synopsis "Suite of DNS client programs")
|
(synopsis "Suite of DNS client programs")
|
||||||
|
|
Reference in New Issue