Merge pull request #12753 from rycee/bump/perl-Text-CSV-Encoded

perl-Text-CSV-Encoded: 0.24 -> 0.25
This commit is contained in:
Pascal Wittmann 2016-02-02 08:33:08 +01:00
commit 678762dcce

View File

@ -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 = {