mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: yadifa: Update to 2.5.0.
* gnu/packages/dns.scm (yadifa): Update to 2.5.0.
This commit is contained in:
parent
50280f3eb2
commit
14803bfe18
1 changed files with 3 additions and 3 deletions
|
@ -769,16 +769,16 @@ (define-public unbound
|
|||
(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)))
|
||||
|
|
Loading…
Reference in a new issue