python310Packages.exchangelib: 4.7.6 -> 4.9.0

Changelog: https://github.com/ecederstrand/exchangelib/blob/v4.9.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2023-03-06 15:46:13 +01:00
parent 83d926eff0
commit ba0b8cd105
@@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "exchangelib";
version = "4.7.6";
version = "4.9.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -36,15 +36,10 @@ buildPythonPackage rec {
owner = "ecederstrand";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-Oarmdc2PuE4kQ/qUqQhuzdTpIrrMFCK72CrVmoSH1DI=";
hash = "sha256-4oRIL5s2qN1tB8uijLiPkQTR4cXg4KsxqyZebw/cVkE=";
};
patches = [
(fetchpatch {
name = "tests-timezones.patch";
url = "https://github.com/ecederstrand/exchangelib/commit/d5d386f54adec8ab02f871332b89e1176c214ba2.diff";
hash = "sha256-E3Ys6IDJ/yMsvi+1GKbwckkhbNrc9JLM/+GrPtUz+mY=";
})
(fetchpatch {
name = "tests-timezones-2.patch";
url = "https://github.com/ecederstrand/exchangelib/commit/419eafcd9261bfd0617823ee437204d5556a8271.diff";