Merge pull request #52113 from r-ryantm/auto-update/python3.7-dropbox

python37Packages.dropbox: 9.1.0 -> 9.2.0
This commit is contained in:
Florian Klink 2018-12-19 11:18:30 +01:00 committed by GitHub
commit 959ac46e99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "dropbox";
version = "9.1.0";
version = "9.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "0j6p5hgbglpwqd4jl53iqs83537464lybzc0aszi3w6wm6i0dlyq";
sha256 = "121wn4l6f6r4vm7yq0y9d1xsn5y77l6a4vgakyy2yaz8wv6j9w7c";
};
# Set DROPBOX_TOKEN environment variable to a valid token.