diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 14:49:32 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-23 20:38:28 +0100 |
commit | 58f29e40f956762303056ebe497eb52055935e7f (patch) | |
tree | bc8f89c9b8b5586927d55f19e921cdb52404ce54 /gnu/packages/perl.scm | |
parent | 91ee177731e79624bb73f61cbc7cb0d6a7f3998e (diff) | |
download | gnu-guix-58f29e40f956762303056ebe497eb52055935e7f.tar gnu-guix-58f29e40f956762303056ebe497eb52055935e7f.tar.gz |
gnu: perl-text-unidecode: Update to 1.30.
* gnu/packages/perl.scm (perl-text-unidecode): Update to 1.30.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 7b81926782..187e01a0c4 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -8416,7 +8416,7 @@ evaluate the little programs and replace them with their values.") (define-public perl-text-unidecode (package (name "perl-text-unidecode") - (version "1.23") + (version "1.30") (source (origin (method url-fetch) @@ -8424,7 +8424,7 @@ evaluate the little programs and replace them with their values.") "Text-Unidecode-" version ".tar.gz")) (sha256 (base32 - "1mnnq57amh0bs6z2ggkmgnn4hz8mqc9lfhr66xv2bsnlvhg7c7fb")))) + "1imii0p6wvhrxsr5z2zhazpx5vl4l4ybf1y2c5hy480xvi6z293c")))) (build-system perl-build-system) (home-page "https://metacpan.org/release/Text-Unidecode") (synopsis "Provide plain ASCII transliterations of Unicode text") |