mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
perlPackages.IOAsync: 0.77 -> 0.78
This commit is contained in:
parent
dbc7805691
commit
79ff3de8a5
@ -10149,10 +10149,10 @@ let
|
|||||||
|
|
||||||
IOAsync = buildPerlModule {
|
IOAsync = buildPerlModule {
|
||||||
pname = "IO-Async";
|
pname = "IO-Async";
|
||||||
version = "0.77";
|
version = "0.78";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/P/PE/PEVANS/IO-Async-0.77.tar.gz";
|
url = "mirror://cpan/authors/id/P/PE/PEVANS/IO-Async-0.78.tar.gz";
|
||||||
sha256 = "153rfnbs2xwvx559h0ilfr0g9pg30avjad3cad659is9bdmfipri";
|
sha256 = "sha256-P7UYhZd7hiGKiepC84yvvOWCO/SPqqLRhaGGwqNYNmw=";
|
||||||
};
|
};
|
||||||
preCheck = "rm t/50resolver.t"; # this test fails with "Temporary failure in name resolution" in sandbox
|
preCheck = "rm t/50resolver.t"; # this test fails with "Temporary failure in name resolution" in sandbox
|
||||||
propagatedBuildInputs = [ Future StructDumb ];
|
propagatedBuildInputs = [ Future StructDumb ];
|
||||||
|
Loading…
Reference in New Issue
Block a user