diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index e19d881d1e3..0c117ba47fd 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -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 ];