python: python-binance: 0.7.0 -> 0.7.1
This commit is contained in:
@@ -3,12 +3,12 @@
|
|||||||
, autobahn, certifi, chardet, cryptography, dateparser, pyopenssl, requests, service-identity, twisted }:
|
, autobahn, certifi, chardet, cryptography, dateparser, pyopenssl, requests, service-identity, twisted }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.7.0";
|
version = "0.7.1";
|
||||||
pname = "python-binance";
|
pname = "python-binance";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0h8kd88j53w6yfc60fr8a45zi30p09l98vm8yzqym4lcgx76nvps";
|
sha256 = "9ce406da68bfbc209ae6852d1b8a2812708d04502f82a61b0c9ca41356cc6ab7";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false; # Tries to test multiple interpreters with tox
|
doCheck = false; # Tries to test multiple interpreters with tox
|
||||||
|
|||||||
Reference in New Issue
Block a user