Merge pull request #306844 from r-ryantm/auto-update/python311Packages.exchangelib

python311Packages.exchangelib: 5.2.1 -> 5.3.0
This commit is contained in:
Fabian Affolter 2024-04-26 14:47:36 +02:00 committed by GitHub
commit 5d913ca7c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "exchangelib";
version = "5.2.1";
version = "5.3.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "ecederstrand";
repo = "exchangelib";
rev = "refs/tags/v${version}";
hash = "sha256-4XcJNbnBCaSrGwfgDAlo4wCOjlwq2rLjSxRXniuzdzk=";
hash = "sha256-rcXQJYjyWLPrlMci/j8IY7EbDEyyc+5uSOOXo0YwjKo=";
};
build-system = [ setuptools ];