gnu: utf8proc: Update to 2.1.1.
* gnu/packages/textutils.scm (utf8proc): Update to 2.1.1.
This commit is contained in:
parent
4f447d2f98
commit
8bcda205f5
|
@ -136,7 +136,7 @@ libenca and several charset conversion libraries and tools.")
|
||||||
(define-public utf8proc
|
(define-public utf8proc
|
||||||
(package
|
(package
|
||||||
(name "utf8proc")
|
(name "utf8proc")
|
||||||
(version "2.1.0")
|
(version "2.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -145,7 +145,7 @@ libenca and several charset conversion libraries and tools.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0q1jhdkk4f9b0zb8s2ql3sba3br5nvjsmbsaybmgj064k9hwbk15"))))
|
(base32 "1cnpigrazhslw65s4j1a56j7p6d7d61wsxxjf1218i9mkwv2yw17"))))
|
||||||
(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