python312Packages.python-socks: 2.5.2 -> 2.5.3

This commit is contained in:
R. Ryantm 2024-11-20 03:40:19 +00:00
parent 1cbb18a94a
commit d028ee0028

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "python-socks";
version = "2.5.2";
version = "2.5.3";
pyproject = true;
disabled = pythonOlder "3.6.2";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "romis2012";
repo = "python-socks";
rev = "refs/tags/v${version}";
hash = "sha256-8qh7ohErK10RlVh4Zi1jBVmafWkGmLcGZsTDqE3dldY=";
hash = "sha256-KpL3MAPbeKQh/NZyXlAAB6O7ljx1bVMBRO8fGJT2Zvo=";
};
build-system = [ setuptools ];