python310Packages.httpx-socks: 0.7.5 -> 0.7.6

This commit is contained in:
Theodore Ni
2023-06-14 16:08:17 -07:00
parent ce51b2bb02
commit ef3e16c79c
@@ -12,16 +12,19 @@
, pytestCheckHook
, python-socks
, pythonOlder
, setuptools
, sniffio
, starlette
, tiny-proxy
, trio
, trustme
, yarl
}:
buildPythonPackage rec {
pname = "httpx-socks";
version = "0.7.5";
format = "setuptools";
version = "0.7.6";
format = "pyproject";
disabled = pythonOlder "3.7";
@@ -29,9 +32,13 @@ buildPythonPackage rec {
owner = "romis2012";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-HwLJ2pScgiNmM/l14aKp47MMuGW1qSaIq7ujpCSRtqA=";
hash = "sha256-rLcYC8IO2eCWAL4QIiUg/kyigybq6VNTUjNDXx4KPHc=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
httpx
httpcore
@@ -54,6 +61,8 @@ buildPythonPackage rec {
pytest-trio
pytestCheckHook
starlette
tiny-proxy
trustme
yarl
];