gnu: perl-text-unidecode: Update to 1.30.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 23 Mar 2019 13:49:32 +0000 (14:49 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 23 Mar 2019 19:38:28 +0000 (20:38 +0100)
* gnu/packages/perl.scm (perl-text-unidecode): Update to 1.30.

gnu/packages/perl.scm

index 7b81926..187e01a 100644 (file)
@@ -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")