Merge pull request #101402 from zakame/updates/perl-FutureAsyncAwait-0.45

perlPackages.FutureAsyncAwait: 0.44 -> 0.45
This commit is contained in:
StigP
2020-10-22 18:08:14 +00:00
committed by GitHub
+3 -3
View File
@@ -8302,10 +8302,10 @@ let
FutureAsyncAwait = buildPerlModule {
pname = "Future-AsyncAwait";
version = "0.44";
version = "0.45";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/Future-AsyncAwait-0.44.tar.gz";
sha256 = "131825164614ede6a49df4566e730c4cc22e3129796039b9360fa551701413fe";
url = "mirror://cpan/authors/id/P/PE/PEVANS/Future-AsyncAwait-0.45.tar.gz";
sha256 = "1aq19b21r9i4c1mxkrv0irnx16234cnzsx50178c7xif4gqkar9k";
};
buildInputs = [ TestRefcount ];
propagatedBuildInputs = [ Future XSParseSublike ];