python312Packages.exchangelib: 5.4.2 -> 5.4.3

This commit is contained in:
R. Ryantm 2024-09-05 17:27:12 +00:00
parent 6c4ea7a3e0
commit 879e277f4d

View File

@ -29,7 +29,7 @@
buildPythonPackage rec {
pname = "exchangelib";
version = "5.4.2";
version = "5.4.3";
pyproject = true;
disabled = pythonOlder "3.8";
@ -38,7 +38,7 @@ buildPythonPackage rec {
owner = "ecederstrand";
repo = "exchangelib";
rev = "refs/tags/v${version}";
hash = "sha256-UAc8Aju2+AM7m8XbWliVNzfWlL5fdPDa2q6Fsw04nHQ=";
hash = "sha256-SX5F0OXKdxA2HoDwvCe4M7RftdjUEdQuFbxRyuABC4E=";
};
pythonRelaxDeps = [ "defusedxml" ];