python310Packages.httpx-socks: 0.7.8 -> 0.8.0

This commit is contained in:
R. Ryantm 2023-11-06 12:16:16 +00:00
parent b4c0c733b3
commit 2bd1ea64e9

View File

@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "httpx-socks";
version = "0.7.8";
version = "0.8.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "romis2012";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-I00+yB+aRnIMUQIJ7Lvr6LsHpf+gibkHh+2XgpeQn5U=";
hash = "sha256-3Dj+rrH5Pil5xQE6sAAD5RTycwlKq+TVsAeB2NVqGjY=";
};
nativeBuildInputs = [