guix-commits
[Top][All Lists]
Advanced

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

11/59: gnu: perl-unicode-collate: Update to 1.27.


From: guix-commits
Subject: 11/59: gnu: perl-unicode-collate: Update to 1.27.
Date: Sat, 23 Mar 2019 11:04:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5648fbf7b293de501f3d058816de3ea2992e5901
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 22 21:22:38 2019 +0100

    gnu: perl-unicode-collate: Update to 1.27.
    
    * gnu/packages/perl.scm (perl-unicode-collate): Update to 1.27.
---
 gnu/packages/perl.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 67a7334..408d7b4 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8979,15 +8979,14 @@ common serialisation formats such as JSON or CBOR.")
 (define-public perl-unicode-collate
   (package
     (name "perl-unicode-collate")
-    (version "1.18")
+    (version "1.27")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/S/SA/SADAHIRO/"
                            "Unicode-Collate-" version ".tar.gz"))
        (sha256
-        (base32
-         "1lq4p3mqqljhhy8wyiyahris33j4m5qfzpi6iacmcqjzw5g4afbm"))))
+        (base32 "12df4n46yri6via4x9jb918v1hk6yrlzqk9srq6fnz5kviylnxbf"))))
     (build-system perl-build-system)
     (arguments
      `(#:phases



reply via email to

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