me
/
guix
Archived
1
0
Fork 0

gnu: perl-text-csv-xs: Update to 1.43.

* gnu/packages/perl.scm (perl-text-csv-xs): Update to 1.43.
master
Tobias Geerinckx-Rice 2020-06-17 23:57:29 +02:00
parent 8952889636
commit 5b186c7117
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -9739,14 +9739,14 @@ can combine fields into a CSV string and parse a CSV string into fields.")
(define-public perl-text-csv-xs (define-public perl-text-csv-xs
(package (package
(name "perl-text-csv-xs") (name "perl-text-csv-xs")
(version "1.39") (version "1.43")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/H/HM/HMBRAND/" (uri (string-append "mirror://cpan/authors/id/H/HM/HMBRAND/"
"Text-CSV_XS-" version ".tgz")) "Text-CSV_XS-" version ".tgz"))
(sha256 (sha256
(base32 "1gcy1bxym6f7qsxivkl3c5p94r1bjhf9csy1x38a1gk8mx744kma")))) (base32 "1frh8awr5ipry21x4403wdkbglpl707n69smksg8sf79ia75756d"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "https://metacpan.org/release/Text-CSV_XS") (home-page "https://metacpan.org/release/Text-CSV_XS")
(synopsis "Routines for manipulating CSV files") (synopsis "Routines for manipulating CSV files")