[cpan2nix] perlPackages.TextCSV_XS: 1.23 -> 1.35

This commit is contained in:
volth 2018-04-07 07:53:33 +00:00
parent 7be38e66a9
commit 69552ed6da

View File

@ -14851,10 +14851,10 @@ let self = _self // overrides; _self = with self; {
};
TextCSV_XS = buildPerlPackage rec {
name = "Text-CSV_XS-1.23";
name = "Text-CSV_XS-1.35";
src = fetchurl {
url = "mirror://cpan/authors/id/H/HM/HMBRAND/${name}.tgz";
sha256 = "5714e1c275e7715aee44f820f8ca26c976fbb563668de7eba42a4419a05a4b5a";
sha256 = "2b4f111e9486b230b02bfabbbf50c453f959d18ec17351a930e41f0959b358b7";
};
meta = {
homepage = https://metacpan.org/pod/Text::CSV_XS;