python3Packages.python-socks: 2.7.2 -> 2.7.3 (#461792)

This commit is contained in:
dotlambda
2025-11-20 00:13:25 +00:00
committed by GitHub
@@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "python-socks";
version = "2.7.2";
version = "2.7.3";
pyproject = true;
disabled = pythonOlder "3.6.2";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "romis2012";
repo = "python-socks";
tag = "v${version}";
hash = "sha256-9RzlK8iErM94vpVLeildYjqXbRxdiVyxASCZHKd0mao=";
hash = "sha256-n+RFHFGXy6/H3KwiK2kxY9KTe7PcYDcIoAYhnv7X62A=";
};
build-system = [ setuptools ];