mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 15:41:40 +00:00
python3Packages.exchangelib: 4.1.0 -> 4.4.0
This commit is contained in:
parent
34a36a7557
commit
9e6fee14f1
|
@ -9,7 +9,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "exchangelib";
|
||||
version = "4.1.0";
|
||||
version = "4.4.0";
|
||||
disabled = pythonOlder "3.5";
|
||||
|
||||
# tests are not present in the PyPI version
|
||||
|
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
|||
owner = "ecederstrand";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "0lkhjiz78x00d5gzn455660f31f8y4fcrqcn6rh0m41r1ar5im17";
|
||||
sha256 = "0d6hfbawp68x18ryxamkamf8kgc55xbrll89g3swrqnm2rrhzrqf";
|
||||
};
|
||||
|
||||
checkInputs = [ psutil requests-mock pyyaml
|
||||
|
|
Loading…
Reference in a new issue