Merge pull request #12753 from rycee/bump/perl-Text-CSV-Encoded
perl-Text-CSV-Encoded: 0.24 -> 0.25
This commit is contained in:
commit
678762dcce
@ -12179,10 +12179,10 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
TextCSVEncoded = buildPerlPackage rec {
|
||||
name = "Text-CSV-Encoded-0.24";
|
||||
name = "Text-CSV-Encoded-0.25";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/Z/ZA/ZARQUON/${name}.tar.gz";
|
||||
sha256 = "ce8f307dabdcb623cfc385c175152b0f465096d449b9c828efbe6611efcab0d5";
|
||||
sha256 = "1l5rwlmnpnhjszb200a94lwvkwslsvyxm24ycf37gm8dla1mk2i4";
|
||||
};
|
||||
propagatedBuildInputs = [ TextCSV ];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user