Unverified Commit fa7a2823 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.tatsu: 5.12.1 -> 5.12.2 (#354323)

parents 551ba0fa 3e64289a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "tatsu";
  version = "5.12.1";
  version = "5.12.2";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
    owner = "neogeny";
    repo = "TatSu";
    rev = "refs/tags/v${version}";
    hash = "sha256-dY+hvNwYrkKko9A5yRT0EWYlvVu3OrhJMzk/8cjzuUo=";
    hash = "sha256-FRNQz3JtsFw1nch+ffGMzZF1+gq7XifPok9qsUiRPs8=";
  };

  nativeBuildInputs = [ setuptools ];