From d9930314d2674f176451669736cef87f43e2d371 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 17 Dec 2024 10:27:21 +0100 Subject: [PATCH] python311Packages.graphrag: 0.9.0 -> 1.0.0 Diff: https://github.com/microsoft/graphrag/compare/refs/tags/v0.9.0...v1.0.0 Changelog: https://github.com/microsoft/graphrag/blob/v1.0.0/CHANGELOG.md --- pkgs/development/python-modules/graphrag/default.nix | 4 ++-- 1 file 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 = [