python37Packages.dropbox: 9.1.0 -> 9.2.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-dropbox/versions
This commit is contained in:
R. RyanTM 2018-12-14 13:13:04 -08:00
parent e0950ae9ad
commit 1ba7f11905

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.