mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 12:14:40 +00:00
[cpan2nix] perlPackages.TextCSV_XS: 1.37 -> 1.38
This commit is contained in:
parent
a3135460cc
commit
03fabb94fe
@ -16086,10 +16086,10 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
TextCSV_XS = buildPerlPackage rec {
|
TextCSV_XS = buildPerlPackage rec {
|
||||||
name = "Text-CSV_XS-1.37";
|
name = "Text-CSV_XS-1.38";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/H/HM/HMBRAND/${name}.tgz";
|
url = "mirror://cpan/authors/id/H/HM/HMBRAND/${name}.tgz";
|
||||||
sha256 = "20e16da9c38b0938f308c01d954f49d2c6922bac0d2d979bf2ad483fe7476ba2";
|
sha256 = "d6317ae0ed0658e00037ecedaa3da2ff8565c86b0516ef8a93322b959de313dd";
|
||||||
};
|
};
|
||||||
meta = {
|
meta = {
|
||||||
description = "Comma-Separated Values manipulation routines";
|
description = "Comma-Separated Values manipulation routines";
|
||||||
|
Loading…
Reference in New Issue
Block a user