python3Packages.exchangelib: 3.2.1 -> 4.1.0

This commit is contained in:
Jonathan Ringer 2021-03-24 10:41:48 -07:00 committed by Frederik Rietdijk
parent 5a30f422e8
commit 47bc84d097

View file

@ -9,7 +9,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "exchangelib"; pname = "exchangelib";
version = "3.2.1"; version = "4.1.0";
disabled = pythonOlder "3.5"; disabled = pythonOlder "3.5";
# tests are not present in the PyPI version # tests are not present in the PyPI version
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "ecederstrand"; owner = "ecederstrand";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1sh780q2iwdm3bnlnfdacracf0n7jhbv0g39cdx65v3d510zp4jv"; sha256 = "0lkhjiz78x00d5gzn455660f31f8y4fcrqcn6rh0m41r1ar5im17";
}; };
checkInputs = [ psutil requests-mock pyyaml checkInputs = [ psutil requests-mock pyyaml