python3Packages.python-binance: 1.0.29 -> 1.0.34

This commit is contained in:
R. Ryantm
2026-02-01 07:30:15 +00:00
parent 9b1c0a40ed
commit 43a3cd049d
@@ -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 ];