mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 08:31:59 +00:00
[cpan2nix] perlPackages.TextCSV: 1.95 -> 1.97
This commit is contained in:
parent
ef498e6033
commit
e6fa561afc
|
@ -16189,10 +16189,10 @@ let
|
|||
};
|
||||
|
||||
TextCSV = buildPerlPackage rec {
|
||||
name = "Text-CSV-1.95";
|
||||
name = "Text-CSV-1.97";
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/I/IS/ISHIGAKI/Text-CSV-1.95.tar.gz;
|
||||
sha256 = "7e0a11d9c1129a55b68a26aa4b37c894279df255aa63ec8341d514ab848dbf61";
|
||||
url = mirror://cpan/authors/id/I/IS/ISHIGAKI/Text-CSV-1.97.tar.gz;
|
||||
sha256 = "cc350462efa8d39d5c8a1da5f205bc31620cd52d9865a769c8e3ed1b41640fd5";
|
||||
};
|
||||
meta = {
|
||||
description = "Comma-separated values manipulator (using XS or PurePerl)";
|
||||
|
|
Loading…
Reference in a new issue