Merge pull request #197941 from zakame/contrib/perl-IO-Async-0.802

perlPackages.IOAsync: 0.801 -> 0.802
This commit is contained in:
Artturi
2022-11-20 09:40:12 +02:00
committed by GitHub
+3 -3
View File
@@ -11998,10 +11998,10 @@ let
IOAsync = buildPerlModule {
pname = "IO-Async";
version = "0.801";
version = "0.802";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PE/PEVANS/IO-Async-0.801.tar.gz";
hash = "sha256-ieRZuhe3alcrsbS7EgMBVB6MyTJCQXFmI2tsbbDhybk=";
url = "mirror://cpan/authors/id/P/PE/PEVANS/IO-Async-0.802.tar.gz";
hash = "sha256-5YJzFXd2fEfqxDXvKQRmPUp1Cw5oAqSmGJo38Mswhzg";
};
preCheck = "rm t/50resolver.t"; # this test fails with "Temporary failure in name resolution" in sandbox
propagatedBuildInputs = [ Future StructDumb ];