perlPackages.CacheFastMmap: 1.54 -> 1.57

This commit is contained in:
Stig Palmquist 2023-10-10 11:55:48 +02:00
parent 9587bb001a
commit f10f50dddb

View file

@ -1993,10 +1993,10 @@ with self; {
CacheFastMmap = buildPerlPackage {
pname = "Cache-FastMmap";
version = "1.54";
version = "1.57";
src = fetchurl {
url = "mirror://cpan/authors/id/R/RO/ROBM/Cache-FastMmap-1.54.tar.gz";
hash = "sha256-NULiALmAJ3rkVqvjbgyp+bjyvya7FVivJOFAgUrWeVI=";
url = "mirror://cpan/authors/id/R/RO/ROBM/Cache-FastMmap-1.57.tar.gz";
hash = "sha256-4Es6KNmJ7bj7lur6zcK4f57MuE8EfrLifLJqp9CMx7g=";
};
buildInputs = [ TestDeep ];
meta = {