mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: perl-text-csv-xs: Update to 1.43.
* gnu/packages/perl.scm (perl-text-csv-xs): Update to 1.43.
This commit is contained in:
parent
8952889636
commit
5b186c7117
1 changed files with 2 additions and 2 deletions
|
@ -9739,14 +9739,14 @@ (define-public perl-text-csv
|
|||
(define-public perl-text-csv-xs
|
||||
(package
|
||||
(name "perl-text-csv-xs")
|
||||
(version "1.39")
|
||||
(version "1.43")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/H/HM/HMBRAND/"
|
||||
"Text-CSV_XS-" version ".tgz"))
|
||||
(sha256
|
||||
(base32 "1gcy1bxym6f7qsxivkl3c5p94r1bjhf9csy1x38a1gk8mx744kma"))))
|
||||
(base32 "1frh8awr5ipry21x4403wdkbglpl707n69smksg8sf79ia75756d"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/Text-CSV_XS")
|
||||
(synopsis "Routines for manipulating CSV files")
|
||||
|
|
Loading…
Reference in a new issue