summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-22 21:22:38 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 15:24:06 +0100
commit5648fbf7b293de501f3d058816de3ea2992e5901 (patch)
tree007be3920b4cf58e690866b0bea93edeacb8a417 /gnu
parenta822a3fd048b856376d59a6b1c83acd078898af0 (diff)
downloadguix-patches-5648fbf7b293de501f3d058816de3ea2992e5901.tar
guix-patches-5648fbf7b293de501f3d058816de3ea2992e5901.tar.gz
gnu: perl-unicode-collate: Update to 1.27.
* gnu/packages/perl.scm (perl-unicode-collate): Update to 1.27.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/perl.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 67a7334f45..408d7b4e3d 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