3
0
Fork 0
forked from mirrors/nixpkgs

[nix-update-cpan] perlPackages.CacheFastMmap: 1.49 -> 1.54

This commit is contained in:
Stig Palmquist 2020-12-13 13:26:39 +01:00
parent 4f2c7194c1
commit e7e990dabb

View file

@ -1511,11 +1511,12 @@ let
CacheFastMmap = buildPerlPackage {
pname = "Cache-FastMmap";
version = "1.49";
version = "1.54";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RO/ROBM/Cache-FastMmap-1.49.tar.gz";
sha256 = "1azz66d4syk6b6gc95drkglajvf8igiy3449hpsm444inis9mscm";
url = "mirror://cpan/authors/id/R/RO/ROBM/Cache-FastMmap-1.54.tar.gz";
sha256 = "0lkrsr582h714jpmh5dv4szz5f7rm466xqxbavj7l9w0p40f4him";
};
buildInputs = [ TestDeep ];
};
CacheKyotoTycoon = buildPerlModule {