Merge pull request #322900 from fabaff/llama-index-graph-stores-neo4j-bump

python311Packages.llama-index-graph-stores-neo4j: 0.2.5 -> 0.2.6
This commit is contained in:
Fabian Affolter 2024-06-27 18:04:03 +02:00 committed by GitHub
commit b8bebb19e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-graph-stores-neo4j";
version = "0.2.5";
version = "0.2.6";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_graph_stores_neo4j";
inherit version;
hash = "sha256-K+k3tsELhF6TXVK/voMRYpb0vVkGQpkzYnB9syCLmoY=";
hash = "sha256-xv/Z/HLFUEfLqjE4052bc8aBJq3bvreYD/XZw1vijQQ=";
};
build-system = [ poetry-core ];