gnu: perl-text-csv-xs: Update to 1.44.
* gnu/packages/perl.scm (perl-text-csv-xs): Update to 1.44.
This commit is contained in:
parent
b6d59b585d
commit
d73cfd8916
1 changed files with 2 additions and 2 deletions
|
@ -9738,14 +9738,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.43")
|
(version "1.44")
|
||||||
(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 "1frh8awr5ipry21x4403wdkbglpl707n69smksg8sf79ia75756d"))))
|
(base32 "1i4viyf61lzss474ndnmqhdqlhksn9hcxhjbqhv4frg2m3f2v0f4"))))
|
||||||
(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")
|
||||||
|
|
Reference in a new issue