[Backport release-26.05] perlPackages.DBDCSV: backport fix for build on latest DBI; 0.60 -> 0.62 (#532793)

This commit is contained in:
Kevin Cox 2026-06-27 19:39:33 +00:00 committed by GitHub
commit 266a0eac86
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9749,11 +9749,18 @@ with self;
DBDCSV = buildPerlPackage {
pname = "DBD-CSV";
version = "0.60";
version = "0.62";
src = fetchurl {
url = "mirror://cpan/authors/id/H/HM/HMBRAND/DBD-CSV-0.60.tgz";
hash = "sha256-AYuDow95mXm8jDwwRMixyAAc32C9w+dGhIgYGVJUtOc=";
url = "mirror://cpan/authors/id/H/HM/HMBRAND/DBD-CSV-0.62.tgz";
hash = "sha256-0/EVD+IGfA49FJWHZeqNQZWDSY+WMTawQC2qkwvJMOM=";
};
patches = [
(fetchpatch2 {
url = "https://github.com/perl5-dbi/DBD-CSV/commit/ae091790398088a66b22fa572856bfeb4db4c78a.patch?full_index=1";
excludes = [ "ChangeLog" ];
hash = "sha256-eZdCNSi3YJrZdZcK/8nFx5Q4rB89b0ynKemupvKrfys=";
})
];
propagatedBuildInputs = [
DBI
SQLStatement