Loading pkgs/development/python-modules/httpx-socks/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ pytest-trio, pytestCheckHook, python-socks, pythonOlder, setuptools, starlette, tiny-proxy, Loading @@ -22,16 +21,14 @@ buildPythonPackage rec { pname = "httpx-socks"; version = "0.10.1"; version = "0.11.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "romis2012"; repo = "httpx-socks"; tag = "v${version}"; hash = "sha256-1NDsIKJ8lWpjaTnlv5DrwTsEJU4gYwEUuqKpn+2QVhg="; hash = "sha256-/8nz/5LqEuSr8A8/BWzJM9vHuum6fOYIS2rozr4Omi4="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/httpx-socks/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ pytest-trio, pytestCheckHook, python-socks, pythonOlder, setuptools, starlette, tiny-proxy, Loading @@ -22,16 +21,14 @@ buildPythonPackage rec { pname = "httpx-socks"; version = "0.10.1"; version = "0.11.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "romis2012"; repo = "httpx-socks"; tag = "v${version}"; hash = "sha256-1NDsIKJ8lWpjaTnlv5DrwTsEJU4gYwEUuqKpn+2QVhg="; hash = "sha256-/8nz/5LqEuSr8A8/BWzJM9vHuum6fOYIS2rozr4Omi4="; }; build-system = [ setuptools ]; Loading