python312Packages.graphrag: 0.3.2 -> 0.3.3 (#342303)

This commit is contained in:
OTABI Tomoya 2024-09-17 11:03:49 +09:00 committed by GitHub
commit c2c0dca813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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