guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: perl-unicode-utf8: Update to 0.62.


From: Efraim Flashner
Subject: 02/03: gnu: perl-unicode-utf8: Update to 0.62.
Date: Sun, 16 Jul 2017 06:06:27 -0400 (EDT)

efraim pushed a commit to branch core-updates
in repository guix.

commit 1a651aa73c23edbb2395f63238122210b4f70d04
Author: Efraim Flashner <address@hidden>
Date:   Sun Jul 16 11:57:04 2017 +0300

    gnu: perl-unicode-utf8: Update to 0.62.
    
    * gnu/packages/perl.scm (perl-unicode-utf8): Update to 0.62.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 0fd8360..58d9d85 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -7776,14 +7776,14 @@ defined by Annex #11 is used to determine breaking 
positions.")
 (define-public perl-unicode-utf8
   (package
     (name "perl-unicode-utf8")
-    (version "0.60")
+    (version "0.62")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://cpan/authors/id/C/CH/CHANSEN/"
                                   "Unicode-UTF8-" version ".tar.gz"))
               (sha256
                (base32
-                "1g3fp47slsk7wbz3189kpg342lfs7lpsy570jxnx7s9v59dg5k7n"))))
+                "1xnhazbdvpyfpnxd90krzhxkvabf8fa2ji6xzlrf75j6nz8251zs"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-test-fatal" ,perl-test-fatal)



reply via email to

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