Merge pull request #149581 from r-ryantm/auto-update/python3.8-exchangelib

python38Packages.exchangelib: 4.6.1 -> 4.6.2
This commit is contained in:
Jörg Thalheim 2021-12-08 15:14:11 +00:00 committed by GitHub
commit a999b5969c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@
buildPythonPackage rec {
pname = "exchangelib";
version = "4.6.1";
version = "4.6.2";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -36,7 +36,7 @@ buildPythonPackage rec {
owner = "ecederstrand";
repo = pname;
rev = "v${version}";
sha256 = "sha256-9MvxQe5VnR+UHB5DSn6EtExKTYsTvzZzCCaTTkCBQkU=";
sha256 = "1vax4xqjav6nr3kfkz390ism3cs69dxnbx6sc0f9ci4mn3rxjwdy";
};
propagatedBuildInputs = [