gnu: perl-text-csv-xs: Update to 1.39.
authorTobias Geerinckx-Rice <me@tobias.gr>
Sat, 23 Mar 2019 12:37:51 +0000 (13:37 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 23 Mar 2019 14:24:20 +0000 (15:24 +0100)
* gnu/packages/perl.scm (perl-text-csv-xs): Update to 1.39.

gnu/packages/perl.scm

index eefaa04..018bdc3 100644 (file)
@@ -8217,15 +8217,14 @@ can combine fields into a CSV string and parse a CSV string into fields.")
 (define-public perl-text-csv-xs
   (package
     (name "perl-text-csv-xs")
-    (version "1.25")
+    (version "1.39")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/H/HM/HMBRAND/"
                            "Text-CSV_XS-" version ".tgz"))
        (sha256
-        (base32
-         "06zlfbqrwbl0g2g3bhk6046yy5pf2rz80fzcp8aj47rnswz2yx5k"))))
+        (base32 "1gcy1bxym6f7qsxivkl3c5p94r1bjhf9csy1x38a1gk8mx744kma"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/Text-CSV_XS")
     (synopsis "Rountines for manipulating CSV files")