Unverified Commit ed3fc110 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

parents 7e2fe266 43a3cd04
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];