perl-Archive-Zip: init at 1.53

This commit is contained in:
Pascal Wittmann 2015-11-22 12:03:49 +01:00
parent 5e0dca6d06
commit 69286657df

View File

@ -365,6 +365,18 @@ let self = _self // overrides; _self = with self; {
};
};
ArchiveZip_1_53 = buildPerlPackage {
name = "Archive-Zip-1.53";
src = fetchurl {
url = mirror://cpan/authors/id/P/PH/PHRED/Archive-Zip-1.53.tar.gz;
sha256 = "c66f3cdfd1965d47d84af1e37b997e17d3f8c5f2cceffc1e90d04d64001424b9";
};
meta = {
description = "Provide an interface to ZIP archive files";
license = "perl";
};
};
AuthenDecHpwd = buildPerlPackage rec {
name = "Authen-DecHpwd-2.006";
src = fetchurl {