gnu: utf8proc: Do not use unstable tarball.
* gnu/packages/textutils.scm (utf8proc)[source]: Change to GIT-FETCH.
This commit is contained in:
parent
22cc598b1e
commit
39ff1d8930
|
@ -143,13 +143,13 @@ libenca and several charset conversion libraries and tools.")
|
||||||
(version "2.1.1")
|
(version "2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append
|
(uri (git-reference
|
||||||
"https://github.com/JuliaStrings/utf8proc/archive/v"
|
(url "https://github.com/JuliaStrings/utf8proc")
|
||||||
version ".tar.gz"))
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1cnpigrazhslw65s4j1a56j7p6d7d61wsxxjf1218i9mkwv2yw17"))))
|
(base32 "1brr8nnpam7y8l9j8fppdpdqvfyfxliw20z41qfip6ygz9pvcsiq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs ; test data that is otherwise downloaded with curl
|
(inputs ; test data that is otherwise downloaded with curl
|
||||||
`(("NormalizationTest.txt"
|
`(("NormalizationTest.txt"
|
||||||
|
|
Loading…
Reference in New Issue