gnu: yadifa: Update to 2.2.3.
* gnu/packages/dns.scm (yadifa): Update to 2.2.3. [version, source]: Remove monotonic revision number from the version string. Use it only to reconstruct the download URL.
This commit is contained in:
parent
eed2a95e9f
commit
8769d482ef
|
@ -261,15 +261,17 @@ asynchronous fashion.")
|
||||||
(define-public yadifa
|
(define-public yadifa
|
||||||
(package
|
(package
|
||||||
(name "yadifa")
|
(name "yadifa")
|
||||||
(version "2.2.1-6281")
|
(version "2.2.3")
|
||||||
(source
|
(source
|
||||||
|
(let ((revision "6711"))
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://cdn.yadifa.eu/sites/default/files/releases/"
|
(uri
|
||||||
name "-" version ".tar.gz"))
|
(string-append "http://cdn.yadifa.eu/sites/default/files/releases/"
|
||||||
|
name "-" version "-" revision ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vj71z7i9lfbnp93k28aplwldp5mfli0kvrbwmha6fjha6kcr910"))))
|
"0ikfm40gx0zjw3gnxsw3rn1k4wb8jacgklja3ygcj1knq6hy2zaa")))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("which" ,which)))
|
`(("which" ,which)))
|
||||||
|
|
Loading…
Reference in New Issue