mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
python36Packages.dropbox: 9.0.0 -> 9.1.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.6-dropbox/versions
This commit is contained in:
parent
a054d74507
commit
55bb43e7a0
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dropbox";
|
pname = "dropbox";
|
||||||
version = "9.0.0";
|
version = "9.1.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "385c62c2983c3804ba0064762f9e5f4753ea20a132c727b4961d3b68e1372ac8";
|
sha256 = "0j6p5hgbglpwqd4jl53iqs83537464lybzc0aszi3w6wm6i0dlyq";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Set DROPBOX_TOKEN environment variable to a valid token.
|
# Set DROPBOX_TOKEN environment variable to a valid token.
|
||||||
|
|
Loading…
Reference in a new issue