about summary refs log tree commit diff
path: root/pkgs/development/python-modules/exchangelib
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-06-18 18:39:06 -0700
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:47 +0200
commit9e6fee14f10ed5597b91287c9e01a839e6e94a6c (patch)
tree940e3740571ab1fd6c5a40cd4194b5431440e9b5 /pkgs/development/python-modules/exchangelib
parent34a36a7557be12b972ad318ba2192cd85c4de442 (diff)
python3Packages.exchangelib: 4.1.0 -> 4.4.0
Diffstat (limited to 'pkgs/development/python-modules/exchangelib')
-rw-r--r--pkgs/development/python-modules/exchangelib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/exchangelib/default.nix b/pkgs/development/python-modules/exchangelib/default.nix
index bf9ae2284f7dd..c41b047908364 100644
--- a/pkgs/development/python-modules/exchangelib/default.nix
+++ b/pkgs/development/python-modules/exchangelib/default.nix
@@ -9,7 +9,7 @@
 
 buildPythonPackage rec {
   pname = "exchangelib";
-  version = "4.1.0";
+  version = "4.4.0";
   disabled = pythonOlder "3.5";
 
   # tests are not present in the PyPI version
@@ -17,7 +17,7 @@ buildPythonPackage rec {
     owner = "ecederstrand";
     repo = pname;
     rev = "v${version}";
-    sha256 = "0lkhjiz78x00d5gzn455660f31f8y4fcrqcn6rh0m41r1ar5im17";
+    sha256 = "0d6hfbawp68x18ryxamkamf8kgc55xbrll89g3swrqnm2rrhzrqf";
   };
 
   checkInputs = [ psutil requests-mock pyyaml