python3Packages.python-socks: 2.7.3 -> 2.8.0

https://github.com/romis2012/python-socks/releases/tag/v2.8.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:20:09 +01:00
parent e19bcdb161
commit 53d7a8d63f
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "python-socks";
version = "2.7.3";
version = "2.8.0";
pyproject = true;
__darwinAllowLocalNetworking = true;
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "romis2012";
repo = "python-socks";
tag = "v${version}";
hash = "sha256-n+RFHFGXy6/H3KwiK2kxY9KTe7PcYDcIoAYhnv7X62A=";
hash = "sha256-b19DfvoJo/9NCjgZ+07WdZGnXNS7/f+FgGdU8s1k2io=";
};
build-system = [ setuptools ];