mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
Merge pull request #197941 from zakame/contrib/perl-IO-Async-0.802
perlPackages.IOAsync: 0.801 -> 0.802
This commit is contained in:
commit
b4f4971f57
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user