mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Text-CSV: 1.32 -> 1.33
This commit is contained in:
parent
0ef87e7d9f
commit
5a3a42d1f7
1 changed files with 2 additions and 2 deletions
|
@ -11189,10 +11189,10 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
|
||||
TextCSV = buildPerlPackage rec {
|
||||
name = "Text-CSV-1.32";
|
||||
name = "Text-CSV-1.33";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/M/MA/MAKAMAKA/${name}.tar.gz";
|
||||
sha256 = "1bzrizyp8n2013nhd34j52bzdqcp9la30aqbdfkij52ssxkfm7xl";
|
||||
sha256 = "05a1nayxv04n0hx7y3m8327ijm34k9nhngrbxl18zmgzpawqynww";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue