gnu: perl-text-unidecode: Update to 1.30.

* gnu/packages/perl.scm (perl-text-unidecode): Update to 1.30.
master
Tobias Geerinckx-Rice 2019-03-23 14:49:32 +01:00
parent 91ee177731
commit 58f29e40f9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -8416,7 +8416,7 @@ evaluate the little programs and replace them with their values.")
(define-public perl-text-unidecode (define-public perl-text-unidecode
(package (package
(name "perl-text-unidecode") (name "perl-text-unidecode")
(version "1.23") (version "1.30")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -8424,7 +8424,7 @@ evaluate the little programs and replace them with their values.")
"Text-Unidecode-" version ".tar.gz")) "Text-Unidecode-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1mnnq57amh0bs6z2ggkmgnn4hz8mqc9lfhr66xv2bsnlvhg7c7fb")))) "1imii0p6wvhrxsr5z2zhazpx5vl4l4ybf1y2c5hy480xvi6z293c"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "https://metacpan.org/release/Text-Unidecode") (home-page "https://metacpan.org/release/Text-Unidecode")
(synopsis "Provide plain ASCII transliterations of Unicode text") (synopsis "Provide plain ASCII transliterations of Unicode text")