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

perlPackages.IOAsync: 0.801 -> 0.802

authored by Artturi and committed by GitHub b4f4971f 42674df4

+3 -3
+3 -3
pkgs/top-level/perl-packages.nix
··· 11998 11998 11999 11999 IOAsync = buildPerlModule { 12000 12000 pname = "IO-Async"; 12001 - version = "0.801"; 12001 + version = "0.802"; 12002 12002 src = fetchurl { 12003 - url = "mirror://cpan/authors/id/P/PE/PEVANS/IO-Async-0.801.tar.gz"; 12004 - hash = "sha256-ieRZuhe3alcrsbS7EgMBVB6MyTJCQXFmI2tsbbDhybk="; 12003 + url = "mirror://cpan/authors/id/P/PE/PEVANS/IO-Async-0.802.tar.gz"; 12004 + hash = "sha256-5YJzFXd2fEfqxDXvKQRmPUp1Cw5oAqSmGJo38Mswhzg"; 12005 12005 }; 12006 12006 preCheck = "rm t/50resolver.t"; # this test fails with "Temporary failure in name resolution" in sandbox 12007 12007 propagatedBuildInputs = [ Future StructDumb ];