mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
python3Packages.python-binance: 0.7.5 -> 0.7.9
This commit is contained in:
parent
9153f42316
commit
a7be292c80
@ -3,12 +3,12 @@
|
||||
, autobahn, certifi, chardet, cryptography, dateparser, pyopenssl, requests, service-identity, twisted }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.7.5";
|
||||
version = "0.7.9";
|
||||
pname = "python-binance";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "d6a96c0e55fc78d45279944515d385b3971300f35c2380ddb82689d676712053";
|
||||
sha256 = "476459d91f6cfe0a37ccac38911643ea6cca632499ad8682e0957a075f73d239";
|
||||
};
|
||||
|
||||
doCheck = false; # Tries to test multiple interpreters with tox
|
||||
|
Loading…
Reference in New Issue
Block a user