python36Packages.exchangelib: 1.11.4 -> 1.12.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-exchangelib/versions
This commit is contained in:
parent
a054d74507
commit
16011ecf33
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue