Unverified Commit 664a9c3d authored by Fabian Affolter's avatar Fabian Affolter Committed by Martin Weinelt
Browse files
parent 4be3c0f0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "pytest-isort";
  version = "3.1.0";
  version = "4.0.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "stephrdev";
    repo = pname;
    tag = version;
    hash = "sha256-1oCVIi0sXwac4AufScJJRsfvBwaBAwlMBRNqLcUXEh4=";
    hash = "sha256-fMt2tYc+Ngb57T/VJYxI2UN25qvIrgIsEoImVIitDK4=";
  };

  nativeBuildInputs = [ poetry-core ];