~ruther/guix-local

5d230d5b4628d79481cb77ce03a12aeae19a842b — Eric Bavier 9 years ago 57c211c
gnu: utf8proc: Upgrade to 2.1.0.

* gnu/packages/textutils.scm (utf8proc): Upgrade to 2.1.0.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/textutils.scm
M gnu/packages/textutils.scm => gnu/packages/textutils.scm +2 -2
@@ 109,7 109,7 @@ libenca and several charset conversion libraries and tools.")
(define-public utf8proc
  (package
    (name "utf8proc")
    (version "2.0.2")
    (version "2.1.0")
    (source
     (origin
       (method url-fetch)


@@ 118,7 118,7 @@ libenca and several charset conversion libraries and tools.")
             version ".tar.gz"))
       (file-name (string-append name "-" version ".tar.gz"))
       (sha256
        (base32 "140vib1m6n5kwzkw1n9fbsi5gl6xymbd7yndwqx1sj15aakak776"))))
        (base32 "0q1jhdkk4f9b0zb8s2ql3sba3br5nvjsmbsaybmgj064k9hwbk15"))))
    (build-system gnu-build-system)
    (arguments
     '(#:tests? #f ;no "check" target