python312Packages.graphrag: 0.3.2 -> 0.3.3

This commit is contained in:
Greg Hellings 2024-09-16 08:14:46 -05:00
parent 107b787d20
commit cbdb699d7a

View File

@ -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 = [