python311Packages.graphrag: 0.9.0 -> 1.0.0 (#365845)

This commit is contained in:
Fabian Affolter
2024-12-18 09:47:33 +01:00
committed by GitHub

View File

@@ -40,14 +40,14 @@
buildPythonPackage rec {
pname = "graphrag";
version = "0.9.0";
version = "1.0.0";
pyproject = true;
src = fetchFromGitHub {
owner = "microsoft";
repo = "graphrag";
rev = "refs/tags/v${version}";
hash = "sha256-LD7cfea8uyCYVMhsHXQBHho7jiwEmlqYrrfZs/7oeyc=";
hash = "sha256-037PBiIyxcdJSut9kF4L23wNEJBdKM/M2I/0f4iVayo=";
};
build-system = [