gnu: utf8proc: Upgrade to 2.1.0.

* gnu/packages/textutils.scm (utf8proc): Upgrade to 2.1.0.
This commit is contained in:
Eric Bavier 2017-02-10 21:06:57 -06:00
parent 57c211cd71
commit 5d230d5b46
No known key found for this signature in database
GPG Key ID: 1EBBD204781F962C
1 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ libenca and several charset conversion libraries and tools.")
(define-public utf8proc (define-public utf8proc
(package (package
(name "utf8proc") (name "utf8proc")
(version "2.0.2") (version "2.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -118,7 +118,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 "140vib1m6n5kwzkw1n9fbsi5gl6xymbd7yndwqx1sj15aakak776")))) (base32 "0q1jhdkk4f9b0zb8s2ql3sba3br5nvjsmbsaybmgj064k9hwbk15"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ;no "check" target '(#:tests? #f ;no "check" target