Skip to content

Commit

Permalink
python312Packages.graphrag: 0.3.2 -> 0.3.3 (#342303)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Sep 17, 2024
2 parents 005d3fd + cbdb699 commit c2c0dca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/graphrag/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit c2c0dca

Please sign in to comment.