Merge pull request #317360 from r-ryantm/auto-update/python311Packages.llama-index-graph-stores-neo4j

python311Packages.llama-index-graph-stores-neo4j: 0.2.2 -> 0.2.4
This commit is contained in:
Fabian Affolter 2024-06-05 20:49:12 +02:00 committed by GitHub
commit ec19b86e42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,7 +10,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "llama-index-graph-stores-neo4j"; pname = "llama-index-graph-stores-neo4j";
version = "0.2.2"; version = "0.2.4";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi { src = fetchPypi {
pname = "llama_index_graph_stores_neo4j"; pname = "llama_index_graph_stores_neo4j";
inherit version; inherit version;
hash = "sha256-z2XLZ5tt2uTzTxx5F3jxSLLva2PwDMterKH17P46qjU="; hash = "sha256-mOB08Ui6MTnCQUBlc666PRDjoSf2cjPUf1WO34VMK9s=";
}; };
build-system = [ poetry-core ]; build-system = [ poetry-core ];