Merge pull request #157490 from r-ryantm/auto-update/python3.10-exchangelib

python310Packages.exchangelib: 4.7.1 -> 4.7.2
This commit is contained in:
Fabian Affolter 2022-01-31 09:18:33 +01:00 committed by GitHub
commit 703eeb7311
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "exchangelib";
version = "4.7.1";
version = "4.7.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "ecederstrand";
repo = pname;
rev = "v${version}";
sha256 = "1kwb5ixlmxg0xxm4wms5r4kym220vbncr9afi9qc25g8npkbs860";
sha256 = "sha256-fdYc+fJEePgCzAkUWz7pmL/CI/O9zm5G9xh1f4bhrH4=";
};
propagatedBuildInputs = [