python3Packages.httpx-socks: 0.10.0 -> 0.10.1

This commit is contained in:
R. Ryantm
2025-06-10 16:32:52 +00:00
parent c473d4ed67
commit e3936b70c6
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "httpx-socks";
version = "0.10.0";
version = "0.10.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "romis2012";
repo = "httpx-socks";
tag = "v${version}";
hash = "sha256-H+A6203XMM7MaIdwtjQScyOBRJNpTx9NsSMIoov8hg8=";
hash = "sha256-1NDsIKJ8lWpjaTnlv5DrwTsEJU4gYwEUuqKpn+2QVhg=";
};
build-system = [ setuptools ];