python3Packages.exchangelib: fix tests by upstream patch

The error was triggered by tzdata: 2022f -> 2022g
This commit is contained in:
Vladimír Čunát 2022-12-16 20:17:01 +01:00
parent af79751092
commit 62023ba1c5
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -45,6 +45,12 @@ buildPythonPackage rec {
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";
excludes = [ "tests/test_ewsdatetime.py" ];
hash = "sha256-dSp6NkNT5dHOg8XgDi8sR3t3hq46sNtPjUXva2YfFSU=";
})
];
propagatedBuildInputs = [