[cpan2nix] perlPackages.ArchiveZip_1_53: 1.53 -> 1.60

This commit is contained in:
volth 2018-04-07 07:55:10 +00:00
parent 34407de811
commit bfbecd9608
1 changed files with 4 additions and 3 deletions

View File

@ -478,15 +478,16 @@ let self = _self // overrides; _self = with self; {
};
ArchiveZip_1_53 = buildPerlPackage {
name = "Archive-Zip-1.53";
name = "Archive-Zip-1.60";
src = fetchurl {
url = mirror://cpan/authors/id/P/PH/PHRED/Archive-Zip-1.53.tar.gz;
sha256 = "c66f3cdfd1965d47d84af1e37b997e17d3f8c5f2cceffc1e90d04d64001424b9";
url = mirror://cpan/authors/id/P/PH/PHRED/Archive-Zip-1.60.tar.gz;
sha256 = "eac75b05f308e860aa860c3094aa4e7915d3d31080e953e49bc9c38130f5c20b";
};
meta = {
description = "Provide an interface to ZIP archive files";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};
buildInputs = [ TestMockModule ];
};
AudioScan = buildPerlPackage rec {