mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
perlPackages.DBDCSV: 0.60 -> 0.62
This commit is contained in:
parent
e802c76a96
commit
6636d2bf3d
1 changed files with 3 additions and 3 deletions
|
|
@ -9726,10 +9726,10 @@ 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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue