gnu: perl-text-csv-xs: Update to 1.44.
* gnu/packages/perl.scm (perl-text-csv-xs): Update to 1.44.master
parent
b6d59b585d
commit
d73cfd8916
|
@ -9738,14 +9738,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.43")
|
||||
(version "1.44")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/H/HM/HMBRAND/"
|
||||
"Text-CSV_XS-" version ".tgz"))
|
||||
(sha256
|
||||
(base32 "1frh8awr5ipry21x4403wdkbglpl707n69smksg8sf79ia75756d"))))
|
||||
(base32 "1i4viyf61lzss474ndnmqhdqlhksn9hcxhjbqhv4frg2m3f2v0f4"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/Text-CSV_XS")
|
||||
(synopsis "Routines for manipulating CSV files")
|
||||
|
|
Reference in New Issue