guix-commits
[Top][All Lists]
Advanced

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

05/28: gnu: perl-unicode-collate: Update to 1.29.


From: guix-commits
Subject: 05/28: gnu: perl-unicode-collate: Update to 1.29.
Date: Wed, 19 May 2021 16:30:12 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 6feddb550265f12932453304530b71b49275d71c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 19 15:33:34 2021 +0300

    gnu: perl-unicode-collate: Update to 1.29.
    
    * gnu/packages/perl.scm (perl-unicode-collate): Update to 1.29.
---
 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 78dbb7b..a386dd1 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10746,14 +10746,14 @@ common serialisation formats such as JSON or CBOR.")
 (define-public perl-unicode-collate
   (package
     (name "perl-unicode-collate")
-    (version "1.27")
+    (version "1.29")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/S/SA/SADAHIRO/"
                            "Unicode-Collate-" version ".tar.gz"))
        (sha256
-        (base32 "12df4n46yri6via4x9jb918v1hk6yrlzqk9srq6fnz5kviylnxbf"))))
+        (base32 "0dr4k10fgbsczh4sz7w8d0nnba38r6jrg87cm3gw4xxgn55fzj7l"))))
     (build-system perl-build-system)
     (arguments
      `(#:phases



reply via email to

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