gnu: xmlto: Fix source URL.
Works around <https://bugs.gnu.org/25989>. * gnu/packages/xml.scm (xmlto)[source]: Update URL. [file-name]: New field.
This commit is contained in:
parent
33c93ea33e
commit
7bc19c9205
|
@ -849,9 +849,11 @@ code for classes that correspond to data structures defined by XMLSchema.")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
;; The old source on fedorahosted.org is offline permanently:
|
||||||
"https://fedorahosted.org/releases/x/m/xmlto/xmlto-"
|
;; <https://bugs.gnu.org/25989>
|
||||||
version ".tar.bz2"))
|
(uri (string-append "mirror://debian/pool/main/x/xmlto/"
|
||||||
|
"xmlto_" version ".orig.tar.bz2"))
|
||||||
|
(file-name (string-append name "-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xhj8b2pwp4vhl9y16v3dpxpsakkflfamr191mprzsspg4xdyc0i"))))
|
"0xhj8b2pwp4vhl9y16v3dpxpsakkflfamr191mprzsspg4xdyc0i"))))
|
||||||
|
|
Loading…
Reference in New Issue