perlPackages.TextCSV_XS: 1.52 -> 1.62

This commit is contained in:
Stig Palmquist
2026-04-29 16:32:39 +02:00
parent 3b5aab53c1
commit 92f5a5ed9d
+3 -3
View File
@@ -35965,10 +35965,10 @@ with self;
TextCSV_XS = buildPerlPackage {
pname = "Text-CSV_XS";
version = "1.52";
version = "1.62";
src = fetchurl {
url = "mirror://cpan/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.52.tgz";
hash = "sha256-5BWqcFut+Es1ncTA8MmC8b9whIHaoUdW8xNufInA5B0=";
url = "mirror://cpan/authors/id/H/HM/HMBRAND/Text-CSV_XS-1.62.tgz";
hash = "sha256-FxBpPt2u/dVudNpCuqntZ25+rtKOvTA60jyYL+8rFBU=";
};
meta = {
description = "Comma-Separated Values manipulation routines";