summary refs log tree commit diff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 14:49:32 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 20:38:28 +0100
commit58f29e40f956762303056ebe497eb52055935e7f (patch)
treebc8f89c9b8b5586927d55f19e921cdb52404ce54 /gnu/packages/perl.scm
parent91ee177731e79624bb73f61cbc7cb0d6a7f3998e (diff)
downloadguix-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.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")