python3Packages.llama-index-graph-stores-neo4j: 0.5.0 -> 0.5.1 (#441472)

Changed files
+2 -2
pkgs
development
python-modules
llama-index-graph-stores-neo4j
+2 -2
pkgs/development/python-modules/llama-index-graph-stores-neo4j/default.nix
···
buildPythonPackage rec {
pname = "llama-index-graph-stores-neo4j";
-
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "llama_index_graph_stores_neo4j";
inherit version;
-
hash = "sha256-Iumsnln5iGMAoB3aY4haecm87jYXlEW4/2+uppW8m9c=";
};
build-system = [ hatchling ];
···
buildPythonPackage rec {
pname = "llama-index-graph-stores-neo4j";
+
version = "0.5.1";
pyproject = true;
disabled = pythonOlder "3.8";
···
src = fetchPypi {
pname = "llama_index_graph_stores_neo4j";
inherit version;
+
hash = "sha256-P3EzR6piD49dFQY26LuV4/gZpOsFe5Hfp87BFiwo1Xg=";
};
build-system = [ hatchling ];