Skip to content

Commit

Permalink
python312Packages.llama-index-graph-stores-neo4j: 0.4.0 -> 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 17, 2024
1 parent 7165f21 commit 74e5cd8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

buildPythonPackage rec {
pname = "llama-index-graph-stores-neo4j";
version = "0.4.0";
version = "0.4.2";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "llama_index_graph_stores_neo4j";
inherit version;
hash = "sha256-XJQJaUCAvIAmLnyFuo81upmm9iMOD08iHm0/HZMHR1M=";
hash = "sha256-+mh1iIE5BFBs4kREG7SjstOMWmWAc1JSUMkHbg89ues=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 74e5cd8

Please sign in to comment.