gnu: s6-dns: Update to 2.3.2.0.
* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.2.0.
This commit is contained in:
parent
7cfcc38f41
commit
92a4f18f07
1 changed files with 2 additions and 2 deletions
|
@ -150,14 +150,14 @@ functionality with a very small amount of code.")))
|
|||
(define-public s6-dns
|
||||
(package
|
||||
(name "s6-dns")
|
||||
(version "2.3.1.1")
|
||||
(version "2.3.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://skarnet.org/software/s6-dns/s6-dns-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0clib10dk3r9rcxv1yfr6gdvqqrx0arzivjpmhz9p8xaif53wpj1"))))
|
||||
(base32 "09hyb1xv9glqq0yy7wy8hiwvlr78kwv552pags8ancgamag15di7"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("skalibs" ,skalibs)))
|
||||
(arguments
|
||||
|
|
Reference in a new issue