summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/perl.scm4
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")