Merge pull request #146863 from fabaff/bump-exchangelib

python3Packages.exchangelib: 4.6.0 -> 4.6.1
This commit is contained in:
Fabian Affolter 2021-11-22 08:21:31 +01:00 committed by GitHub
commit 9c9e5c6bfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,14 +27,16 @@
buildPythonPackage rec {
pname = "exchangelib";
version = "4.6.0";
version = "4.6.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "ecederstrand";
repo = pname;
rev = "v${version}";
sha256 = "1lx5q3m3vhbx9xnm3v25xrrxvli1nh0lsza51ln4y3fk79ln91hv";
sha256 = "sha256-9MvxQe5VnR+UHB5DSn6EtExKTYsTvzZzCCaTTkCBQkU=";
};
propagatedBuildInputs = [
@ -66,7 +68,9 @@ buildPythonPackage rec {
requests-mock
];
pythonImportsCheck = [ "exchangelib" ];
pythonImportsCheck = [
"exchangelib"
];
meta = with lib; {
description = "Client for Microsoft Exchange Web Services (EWS)";