Commit d0e79956 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 3e014434
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "invocations";
  version = "3.1.0";
  version = "3.3.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "pyinvoke";
    repo = pname;
    rev = "refs/tags/${version}";
    hash = "sha256-NlYoikv43oD5+Iz2CeeCGG3Fm648UgA3YZQFOfWSy58=";
    hash = "sha256-JnhdcxhBNsYgDMcljtGKjOT1agujlao/66QifGuh6I0=";
  };

  postPatch = ''