python312Packages.exchangelib: 5.4.2 -> 5.4.3 (#339859)
This commit is contained in:
commit
36e2becc5b
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "exchangelib";
|
pname = "exchangelib";
|
||||||
version = "5.4.2";
|
version = "5.4.3";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -38,7 +38,7 @@ buildPythonPackage rec {
|
|||||||
owner = "ecederstrand";
|
owner = "ecederstrand";
|
||||||
repo = "exchangelib";
|
repo = "exchangelib";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-UAc8Aju2+AM7m8XbWliVNzfWlL5fdPDa2q6Fsw04nHQ=";
|
hash = "sha256-SX5F0OXKdxA2HoDwvCe4M7RftdjUEdQuFbxRyuABC4E=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [ "defusedxml" ];
|
pythonRelaxDeps = [ "defusedxml" ];
|
||||||
|
Loading…
Reference in New Issue
Block a user