Merge pull request #227189 from r-ryantm/auto-update/python310Packages.exchangelib

python310Packages.exchangelib: 4.9.0 -> 5.0.2
This commit is contained in:
Fabian Affolter 2023-04-20 21:35:14 +02:00 committed by GitHub
commit cd6bcacc83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "exchangelib";
version = "4.9.0";
version = "5.0.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "ecederstrand";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-4oRIL5s2qN1tB8uijLiPkQTR4cXg4KsxqyZebw/cVkE=";
hash = "sha256-DaTe6MI3dfBswa0DcICtbjM44MeEhJpucFy0ME08Iv4=";
};
patches = [