Unverified Commit 0c813ee6 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

python3Packages.language-tool-python: 3.1.0 -> 3.2.2 (#472938)

parents bec1c892 fd8625f9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
}:
buildPythonPackage rec {
  pname = "language-tool-python";
  version = "3.1.0";
  version = "3.2.2";

  pyproject = true;

@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "jxmorris12";
    repo = "language_tool_python";
    tag = version;
    hash = "sha256-C3SKShCcOaamt0i9MFe+C1SuJQpjdmE7jT4hm3XRhiU=";
    hash = "sha256-GhFAX0x17EveJPUT8b98zAB4w9+wkVAO8EQHdtWoIv8=";
  };

  build-system = [ setuptools ];