gnu: perl-text-unidecode: Update to 1.30.
* gnu/packages/perl.scm (perl-text-unidecode): Update to 1.30.
This commit is contained in:
parent
91ee177731
commit
58f29e40f9
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue