python: python-binance: 0.7.1 -> 0.7.4
This commit is contained in:
parent
2ea05d40d4
commit
8041b6ee9c
@ -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.1";
|
version = "0.7.4";
|
||||||
pname = "python-binance";
|
pname = "python-binance";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "9ce406da68bfbc209ae6852d1b8a2812708d04502f82a61b0c9ca41356cc6ab7";
|
sha256 = "7d0b81a9d395fd071581d275af09a31f0c5ae3ecb25a3f47faaaf1eff779de3f";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false; # Tries to test multiple interpreters with tox
|
doCheck = false; # Tries to test multiple interpreters with tox
|
||||||
|
Loading…
x
Reference in New Issue
Block a user