pythonPackages.aiohttp-socks: 0.3.9 -> 0.6.0
This commit is contained in:
parent
aa9f35493f
commit
9c220bb2e8
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
{ lib, fetchPypi, buildPythonPackage, pythonOlder, aiohttp, attrs }:
|
{ lib, fetchPypi, buildPythonPackage, pythonOlder, aiohttp, python-socks, attrs }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "aiohttp-socks";
|
pname = "aiohttp-socks";
|
||||||
version = "0.3.9";
|
version = "0.6.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "aiohttp_socks";
|
pname = "aiohttp_socks";
|
||||||
sha256 = "1mn2ng66951mri49f99zh3660j83kvqhr6dpx90s9fkjwk83hmjy";
|
sha256 = "04w010bvi719ifpc3sshav95k10hf9nq8czn9yglkj206yxcypdr";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ aiohttp attrs ];
|
propagatedBuildInputs = [ aiohttp attrs python-socks ];
|
||||||
|
|
||||||
# Checks needs internet access
|
# Checks needs internet access
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue