python311Packages.llama-index-graph-stores-neo4j: 0.2.11 -> 0.3.1

This commit is contained in:
Fabian Affolter 2024-09-01 01:41:48 +02:00
parent f2773dad1a
commit c97896340e

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-graph-stores-neo4j";
version = "0.2.11";
version = "0.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_graph_stores_neo4j";
inherit version;
hash = "sha256-nXKpwbE28vq2Ew8Vrw0rxveHBVbu6542wt+aM1t4xl0=";
hash = "sha256-v4rtGi47qyV6cDXfQcKuGrES9IjG/Se5zpnhktuoNHc=";
};
build-system = [ poetry-core ];