Merge pull request #333458 from fabaff/exchangelib-bump

python312Packages.exchangelib: 5.4.1 -> 5.4.2
This commit is contained in:
Nick Cao 2024-08-09 17:52:05 -04:00 committed by GitHub
commit 7ee14abd7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,18 +29,20 @@
buildPythonPackage rec {
pname = "exchangelib";
version = "5.4.1";
version = "5.4.2";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "ecederstrand";
repo = "exchangelib";
rev = "refs/tags/v${version}";
hash = "sha256-FPn2l+PkTXFqzjqF4kQ8KE49BXZUzDDIcFI3UqoxqQM=";
hash = "sha256-UAc8Aju2+AM7m8XbWliVNzfWlL5fdPDa2q6Fsw04nHQ=";
};
pythonRelaxDeps = [ "defusedxml" ];
build-system = [ setuptools ];
dependencies = [