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
commit b4f4971f57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];