pythonPackages.exchangelib: 1.12.0 -> 1.12.2 (#56531)
This commit is contained in:
parent
bf3a38ac5f
commit
e821ba565d
@ -6,14 +6,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "exchangelib";
|
pname = "exchangelib";
|
||||||
version = "1.12.0";
|
version = "1.12.2";
|
||||||
|
|
||||||
# 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 = "003c4flgsz6my64qm3mf9cb3wfxw0480aj9glf9wdz7xkwaq2l43";
|
sha256 = "1p24fq6f46j0qd0ccb64mncxbnm2n9w0sqpl4zk113caaaxkpjil";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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…
x
Reference in New Issue
Block a user