Merge pull request #101118 from zakame/zakame/updates/perl-Future-0.46

perlPackages.Future: 0.45 -> 0.46
This commit is contained in:
StigP 2020-10-20 10:30:40 +00:00 committed by GitHub
commit dba3e198d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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