Commit 91498b49 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent fad67222
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.3";
  version = "5.1.0";
  format = "setuptools";

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

  patches = [