gnu: yadifa: Update to 2.2.5.
* gnu/packages/dns.scm (yadifa): Update to 2.2.5. [source]: Call the source revision a ‘build’ to match upstream terminology.
This commit is contained in:
parent
a592166505
commit
e0d87f8e5a
|
@ -443,17 +443,17 @@ served by AS112. Stub and forward zones are supported.")
|
||||||
(define-public yadifa
|
(define-public yadifa
|
||||||
(package
|
(package
|
||||||
(name "yadifa")
|
(name "yadifa")
|
||||||
(version "2.2.4")
|
(version "2.2.5")
|
||||||
(source
|
(source
|
||||||
(let ((revision "6924"))
|
(let ((build "6937"))
|
||||||
(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 "-" revision ".tar.gz"))
|
name "-" version "-" build ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"060ydcfn9876bs6p5xi3p1k20ca547f4jck25r5x1hnxjlv7ss03")))))
|
"146fs52izf6dfwsxal3srpwin2yyl41g31cy4pyvbi5mqy2craj7")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("which" ,which)))
|
`(("which" ,which)))
|
||||||
|
|
Loading…
Reference in New Issue