mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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
1 changed files with 2 additions and 2 deletions
|
@ -8416,7 +8416,7 @@ (define-public perl-text-template
|
||||||
(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 @@ (define-public perl-text-unidecode
|
||||||
"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 a new issue