pythonPackages.dropbox: 3.37 -> 8.0.0

This commit is contained in:
Alexandre Peyroux 2017-08-23 15:20:09 +02:00
parent be2b6c2e47
commit 373970d913
No known key found for this signature in database
GPG Key ID: 725D7864B5297586

View File

@ -6181,12 +6181,12 @@ in {
dropbox = buildPythonPackage rec {
name = "dropbox-${version}";
version = "3.37";
#doCheck = false; # python 2.7.9 does verify ssl certificates
version = "8.0.0";
doCheck = false; # Set DROPBOX_TOKEN environment variable to a valid token.
src = pkgs.fetchurl {
url = "mirror://pypi/d/dropbox/${name}.tar.gz";
sha256 = "f65c12bd97f09e29a951bc7cb30a74e005fc4b2f8bb48778796be3f73866b173";
sha256 = "0bixx80zjq0286dwm4zhg8bdhc8pqlrqy4n2jg7i6m6a4gv4gak5";
};
propagatedBuildInputs = with self; [ requests urllib3 mock setuptools ];