python312Packages.llama-index-graph-stores-neo4j: 0.1.3 -> 0.1.4

This commit is contained in:
Fabian Affolter 2024-03-30 08:52:23 +01:00
parent f820d0621c
commit b39c38a5b6

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "llama-index-graph-stores-neo4j";
version = "0.1.3";
version = "0.1.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_graph_stores_neo4j";
inherit version;
hash = "sha256-AUWezvdONxz5H42VpTjh7NrBkTdWjtBJyMvA8kSh5w4=";
hash = "sha256-zr3EAFuLzbQKnGPVE6BsLEtNpnfYhDq9brxWPFtQiG8=";
};
build-system = [