python3Packages.python-binance: 1.0.27 -> 1.0.29

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:02:48 +02:00
parent 6da4b703bb
commit 8aed053332
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "python-binance";
version = "1.0.27";
version = "1.0.29";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "sammchardy";
repo = "python-binance";
tag = "v${version}";
hash = "sha256-nsJuHxPXhMBRY4BUDDLj5sHK/GuJA0pBU3RGUDxVm50=";
hash = "sha256-Hqd6228k2j1BPzBBCRpdEp0rAGxZt00XPnzpCPlwIfg=";
};
build-system = [ setuptools ];