Commit cbdb699d authored by Greg Hellings's avatar Greg Hellings
Browse files

python312Packages.graphrag: 0.3.2 -> 0.3.3

parent 107b787d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,14 +40,14 @@

buildPythonPackage rec {
  pname = "graphrag";
  version = "0.3.2";
  version = "0.3.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "microsoft";
    repo = "graphrag";
    rev = "refs/tags/v${version}";
    hash = "sha256-tfncCFQTeGpTBns+Gt/O7JnFVF5OcpWOwplD0hLWVvc=";
    hash = "sha256-x1boxBF3fO+IqHnJx85mjYQHhEG8h03H90T0dtc3CNQ=";
  };

  build-system = [