[cpan2nix] perlPackages.Future: cleanup

This commit is contained in:
volth 2020-09-09 09:13:04 +00:00
parent 24040a0c9e
commit f0850630d4
1 changed files with 1 additions and 1 deletions

View File

@ -8128,7 +8128,7 @@ let
pname = "Future";
version = "0.45";
src = fetchurl {
url = mirror://cpan/authors/id/P/PE/PEVANS/Future-0.45.tar.gz;
url = "mirror://cpan/authors/id/P/PE/PEVANS/Future-0.45.tar.gz";
sha256 = "1h5609wd1m774h8brgm5vinz6pfmdszp2ms6ybxlyhs0p5msp36f";
};
buildInputs = [ TestFatal TestIdentity TestRefcount ];