guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/19: gnu: perl-text-unidecode: Update to 1.30.


From: guix-commits
Subject: 05/19: gnu: perl-text-unidecode: Update to 1.30.
Date: Sat, 23 Mar 2019 14:45:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 58f29e40f956762303056ebe497eb52055935e7f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 23 14:49:32 2019 +0100

    gnu: perl-text-unidecode: Update to 1.30.
    
    * gnu/packages/perl.scm (perl-text-unidecode): Update to 1.30.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 7b81926..187e01a 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]