python3Packages.python-binance: 1.0.29 -> 1.0.34 (#485862)

This commit is contained in:
Nick Cao
2026-02-02 22:13:35 +00:00
committed by GitHub
@@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "python-binance";
version = "1.0.29";
version = "1.0.34";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "sammchardy";
repo = "python-binance";
tag = "v${version}";
hash = "sha256-Hqd6228k2j1BPzBBCRpdEp0rAGxZt00XPnzpCPlwIfg=";
hash = "sha256-afgEr82emFIiJGNrjGoU8MdiNKhZdn5B/LutmohE48M=";
};
build-system = [ setuptools ];