Merge pull request #105538 from zakame/updates/perl-Future-AsyncAwait-0.47
perlPackages.FutureAsyncAwait: 0.46 -> 0.47
This commit is contained in:
commit
64c26ded12
1 changed files with 2 additions and 2 deletions
|
@ -8429,10 +8429,10 @@ let
|
|||
|
||||
FutureAsyncAwait = buildPerlModule rec {
|
||||
pname = "Future-AsyncAwait";
|
||||
version = "0.46";
|
||||
version = "0.47";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/Future-AsyncAwait-${version}.tar.gz";
|
||||
sha256 = "1iqbs7n8923xjkai51hiczn5an8cskddl7qrfi30axjl1d56h6r0";
|
||||
sha256 = "1ja85hzzl36sjikcyavjqy4m41f2yyrsr1ipypzi5mlw7clhmdi3";
|
||||
};
|
||||
buildInputs = [ TestRefcount ];
|
||||
propagatedBuildInputs = [ Future XSParseSublike ];
|
||||
|
|
Loading…
Reference in a new issue