mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-unicode-collate: Update to 1.27.
* gnu/packages/perl.scm (perl-unicode-collate): Update to 1.27.
This commit is contained in:
parent
a822a3fd04
commit
5648fbf7b2
1 changed files with 2 additions and 3 deletions
|
@ -8979,15 +8979,14 @@ (define-public perl-unicode-normalize
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue