Unverified Commit 3c5ff7bd authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.tree-sitter: 0.25.1 -> 0.25.2 (#446160)

parents 5b23e25c 6b7fa4ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,12 +9,12 @@

buildPythonPackage rec {
  pname = "tree-sitter";
  version = "0.25.1";
  version = "0.25.2";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-zXYa0OTR/IiksbgIO64G1PlzrPb18pu/E+qWCcHeycE=";
    hash = "sha256-/kPBWFVdpGcjsotS4FitREGVr9HbPKdyDFmiVFROnCA=";
  };

  build-system = [ setuptools ];