gnu: utf8proc: Do not use unstable tarball.

* gnu/packages/textutils.scm (utf8proc)[source]: Change to GIT-FETCH.
master
Marius Bakke 2019-06-21 11:57:39 +02:00
parent 22cc598b1e
commit 39ff1d8930
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 6 additions and 6 deletions

View File

@ -143,13 +143,13 @@ libenca and several charset conversion libraries and tools.")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/JuliaStrings/utf8proc/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/JuliaStrings/utf8proc")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1cnpigrazhslw65s4j1a56j7p6d7d61wsxxjf1218i9mkwv2yw17"))))
(base32 "1brr8nnpam7y8l9j8fppdpdqvfyfxliw20z41qfip6ygz9pvcsiq"))))
(build-system gnu-build-system)
(inputs ; test data that is otherwise downloaded with curl
`(("NormalizationTest.txt"