Fabian Affolter 2023-05-18 17:01:22 +02:00
parent 4c5f59b598
commit ad0fa6ee29

View file

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