Merge pull request #50007 from r-ryantm/auto-update/python3.6-exchangelib

python36Packages.exchangelib: 1.11.4 -> 1.12.0
This commit is contained in:
Jörg Thalheim 2018-11-10 00:41:58 +00:00 committed by GitHub
commit 6a0b7310ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,14 +6,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "exchangelib"; pname = "exchangelib";
version = "1.11.4"; version = "1.12.0";
# tests are not present in the PyPI version # tests are not present in the PyPI version
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "ecederstrand"; owner = "ecederstrand";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1fpbnjnmqm62vll3m2ys1naikch70kqm26hz86f1cl0r2l2afbab"; sha256 = "003c4flgsz6my64qm3mf9cb3wfxw0480aj9glf9wdz7xkwaq2l43";
}; };
# one test is failing due to it trying to send a request to example.com # one test is failing due to it trying to send a request to example.com