Commit ad0fa6ee authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 4c5f59b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

buildPythonPackage rec {
  pname = "exchangelib";
  version = "5.0.2";
  version = "5.0.3";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -36,7 +36,7 @@ buildPythonPackage rec {
    owner = "ecederstrand";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-DaTe6MI3dfBswa0DcICtbjM44MeEhJpucFy0ME08Iv4=";
    hash = "sha256-oQ09/CvHIA4PAVqK6DeY3slHvQ1aPRqCC6ZuhubTN94=";
  };

  patches = [