python312Packages.llama-index-graph-stores-neo4j: 0.4.2 -> 0.4.4

This commit is contained in:
Fabian Affolter
2025-01-06 23:52:15 +01:00
parent b6d29ae899
commit 0d2cc24b37
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-graph-stores-neo4j";
version = "0.4.2";
version = "0.4.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_graph_stores_neo4j";
inherit version;
hash = "sha256-+mh1iIE5BFBs4kREG7SjstOMWmWAc1JSUMkHbg89ues=";
hash = "sha256-P//9FvSUD0ZQybRgBjZjQREEdwqw9wiNygE8M0I2FhY=";
};
build-system = [ poetry-core ];