[cpan2nix] perlPackages.CacheMemory: 2.04 -> 2.11

dependencies:
perlPackages.DBFile: init at 1.831
This commit is contained in:
volth 2018-04-07 07:55:37 +00:00
parent 836f4cf4db
commit 4e97dd71b2

View File

@ -913,13 +913,13 @@ let self = _self // overrides; _self = with self; {
};
};
CacheMemory = buildPerlPackage {
name = "Cache-Memory-2.04";
CacheMemory = buildPerlModule {
name = "Cache-2.11";
src = fetchurl {
url = mirror://cpan/authors/id/C/CL/CLEISHMAN/Cache-2.04.tar.gz;
sha256 = "1zykapgl9lxnlx79xfghzb26qimhry94xfxfyswwfhra1ywd9yyg";
url = mirror://cpan/authors/id/S/SH/SHLOMIF/Cache-2.11.tar.gz;
sha256 = "14m513f4g02daklmnvdm7vqh3w3ick65wvmvqnmnc4cqfybdilp1";
};
propagatedBuildInputs = [ TimeDate DBFile DigestSHA1 FileNFSLock HeapFibonacci IOString ];
propagatedBuildInputs = [ DBFile FileNFSLock HeapFibonacci IOString TimeDate ];
doCheck = false; # can time out
meta = {
maintainers = with maintainers; [ ];