3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: yadifa: Update to 2.5.0.

* gnu/packages/dns.scm (yadifa): Update to 2.5.0.
This commit is contained in:
Tobias Geerinckx-Rice 2021-06-09 23:37:49 +02:00
parent 50280f3eb2
commit 14803bfe18
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -769,16 +769,16 @@ served by AS112. Stub and forward zones are supported.")
(define-public yadifa
(package
(name "yadifa")
(version "2.4.2")
(version "2.5.0")
(source
(let ((build "9997"))
(let ((build "10188"))
(origin
(method url-fetch)
(uri
(string-append "https://www.yadifa.eu/sites/default/files/releases/"
"yadifa-" version "-" build ".tar.gz"))
(sha256
(base32 "0f1by2c7l39qpsar5nh98f3xypmn2ikv7wr557wmva6m0lwbl3q0")))))
(base32 "05ps6fif3sqn6yzkprnp1cm81f3ja4vqc0r6vh7nvzl73gv4rp2w")))))
(build-system gnu-build-system)
(native-inputs
`(("which" ,which)))