guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: utf8proc: Update to 2.1.1.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: utf8proc: Update to 2.1.1.
Date: Sat, 28 Apr 2018 21:30:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8bcda205f587547cfc6aabba8cbf08251cc44e74
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Apr 28 23:02:12 2018 +0200

    gnu: utf8proc: Update to 2.1.1.
    
    * gnu/packages/textutils.scm (utf8proc): Update to 2.1.1.
---
 gnu/packages/textutils.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 4aa3e9c..a06bf31 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -136,7 +136,7 @@ libenca and several charset conversion libraries and 
tools.")
 (define-public utf8proc
   (package
     (name "utf8proc")
-    (version "2.1.0")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
@@ -145,9 +145,9 @@ libenca and several charset conversion libraries and 
tools.")
              version ".tar.gz"))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0q1jhdkk4f9b0zb8s2ql3sba3br5nvjsmbsaybmgj064k9hwbk15"))))
+        (base32 "1cnpigrazhslw65s4j1a56j7p6d7d61wsxxjf1218i9mkwv2yw17"))))
     (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"
         ,(origin
            (method url-fetch)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]