summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-12-18 09:47:33 +0100
committerGitHub <noreply@github.com>2024-12-18 09:47:33 +0100
commita0ecdef8277368df80da96d2e1469e22a2204c68 (patch)
tree86f6408f69c7d9aafe65b5564cbd9a07682052ba /pkgs/development/python-modules
parent334f6a5393d3d63857186a5433e8ec1ea3d672d0 (diff)
parentd9930314d2674f176451669736cef87f43e2d371 (diff)
python311Packages.graphrag: 0.9.0 -> 1.0.0 (#365845)
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/graphrag/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/graphrag/default.nix b/pkgs/development/python-modules/graphrag/default.nix
index 32d75be5178d..6c312725aad5 100644
--- a/pkgs/development/python-modules/graphrag/default.nix
+++ b/pkgs/development/python-modules/graphrag/default.nix
@@ -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 = [