Merge pull request #145946 from r-ryantm/auto-update/python38Packages.dropbox

python38Packages.dropbox: 11.22.0 -> 11.23.0
This commit is contained in:
Mario Rodas 2021-11-15 23:23:28 -05:00 committed by GitHub
commit 7ecc1ca440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,13 @@
buildPythonPackage rec {
pname = "dropbox";
version = "11.22.0";
version = "11.23.0";
src = fetchFromGitHub {
owner = "dropbox";
repo = "dropbox-sdk-python";
rev = "v${version}";
sha256 = "0fhzpss3zs5x3hr4amrmw8hras75qc385ikpw0sx5a907kigk7w5";
sha256 = "1zrwr73dirmkbkcpy8v49hb52xffh0k9wp2603aysg9435w1rxvx";
};
postPatch = ''