python312Packages.llama-index-graph-stores-neo4j: 0.3.2 -> 0.3.5

This commit is contained in:
Fabian Affolter
2024-10-31 22:19:09 +01:00
parent 68b4067ba6
commit 854eb680d1
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-graph-stores-neo4j";
version = "0.3.2";
version = "0.3.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_graph_stores_neo4j";
inherit version;
hash = "sha256-O/iTlpbREmN1tbojbaqZ7gLAN2JdKmKEzhKCnpth6S0=";
hash = "sha256-r3/bxG4EZmeJ5fa4mmE2OTlbvGN780rsze5HoKQssiY=";
};
build-system = [ poetry-core ];