diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2020-05-09 12:01:57 +0200 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2020-05-11 22:13:13 +0200 |
| commit | 8a055e4e22cd5104d9e4a79c2ff1398531e416d5 (patch) | |
| tree | d772aac4213ffe3287a5d2cfaa645274ae1a3f9c /pkgs/development/python-modules/python-binance | |
| parent | 178bcf6d8b8b835da84e33109f1fa3291cd053d1 (diff) | |
python3Packages.python-binance: 0.7.4 -> 0.7.5
Diffstat (limited to 'pkgs/development/python-modules/python-binance')
| -rw-r--r-- | pkgs/development/python-modules/python-binance/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/python-binance/default.nix b/pkgs/development/python-modules/python-binance/default.nix index b4857d7abefb..1ad3a5128be6 100644 --- a/pkgs/development/python-modules/python-binance/default.nix +++ b/pkgs/development/python-modules/python-binance/default.nix @@ -3,12 +3,12 @@ , autobahn, certifi, chardet, cryptography, dateparser, pyopenssl, requests, service-identity, twisted }: buildPythonPackage rec { - version = "0.7.4"; + version = "0.7.5"; pname = "python-binance"; src = fetchPypi { inherit pname version; - sha256 = "7d0b81a9d395fd071581d275af09a31f0c5ae3ecb25a3f47faaaf1eff779de3f"; + sha256 = "d6a96c0e55fc78d45279944515d385b3971300f35c2380ddb82689d676712053"; }; doCheck = false; # Tries to test multiple interpreters with tox |
