perlPackages.FutureAsyncAwait: 0.66 -> 0.70

This commit is contained in:
Marcus Ramberg
2025-11-15 19:33:35 +01:00
committed by Stig Palmquist
parent e6402f52b3
commit a0de9bfd9a
+3 -3
View File
@@ -14465,10 +14465,10 @@ with self;
FutureAsyncAwait = buildPerlModule {
pname = "Future-AsyncAwait";
version = "0.66";
version = "0.70";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/Future-AsyncAwait-0.66.tar.gz";
hash = "sha256-xqD03kYr8yS1usoXddGZ7DJGo1jBPbm2Ssv82+bl7CE=";
url = "mirror://cpan/authors/id/P/PE/PEVANS/Future-AsyncAwait-0.70.tar.gz";
hash = "sha256-hCiZBJyXf7IyaoCWkmRB5XvsqRK7K0kY1c4JDfTUprc=";
};
buildInputs = [ Test2Suite ];
propagatedBuildInputs = [