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

perlPackages.FutureAsyncAwait: 0.45 -> 0.46
This commit is contained in:
StigP 2020-11-12 12:08:57 +00:00 committed by GitHub
commit 28a498b4b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8300,12 +8300,12 @@ let
};
};
FutureAsyncAwait = buildPerlModule {
FutureAsyncAwait = buildPerlModule rec {
pname = "Future-AsyncAwait";
version = "0.45";
version = "0.46";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/Future-AsyncAwait-0.45.tar.gz";
sha256 = "1aq19b21r9i4c1mxkrv0irnx16234cnzsx50178c7xif4gqkar9k";
url = "mirror://cpan/authors/id/P/PE/PEVANS/Future-AsyncAwait-${version}.tar.gz";
sha256 = "1iqbs7n8923xjkai51hiczn5an8cskddl7qrfi30axjl1d56h6r0";
};
buildInputs = [ TestRefcount ];
propagatedBuildInputs = [ Future XSParseSublike ];