Skip to content
Snippets Groups Projects
Unverified Commit f2ba6fc8 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: yadifa: Update to 2.3.8.

* gnu/packages/dns.scm (yadifa): Update to 2.3.8.
parent 1bd08a26
No related branches found
No related tags found
No related merge requests found
...@@ -443,16 +443,16 @@ (define-public unbound ...@@ -443,16 +443,16 @@ (define-public unbound
(define-public yadifa (define-public yadifa
(package (package
(name "yadifa") (name "yadifa")
(version "2.3.7") (version "2.3.8")
(source (source
(let ((build "7543")) (let ((build "7713"))
(origin (origin
(method url-fetch) (method url-fetch)
(uri (uri
(string-append "http://cdn.yadifa.eu/sites/default/files/releases/" (string-append "http://cdn.yadifa.eu/sites/default/files/releases/"
name "-" version "-" build ".tar.gz")) name "-" version "-" build ".tar.gz"))
(sha256 (sha256
(base32 "0j4zj7h72ni3bbqbm1632z0vx8b9fjdrn4n1yx4yyzkpchsipwff"))))) (base32 "15xhzg4crjcxascwpz6y8qpqcgypzv2p9bspdskp4nx1x1y4316c")))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("which" ,which))) `(("which" ,which)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment