python3Packages.llama-index-graph-stores-nebula: 0.5.1 -> 0.6.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Fabian Affolter
2026-08-25 01:24:34 +02:00
parent 108906408a
commit 94e74097fc

View File

@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "llama-index-graph-stores-nebula";
version = "0.5.1";
version = "0.6.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_graph_stores_nebula";
inherit version;
hash = "sha256-XTW6XrAbWx8DZgoEoOL2rP2WNuQqQO+hcCWpQSj98ks=";
hash = "sha256-/LJ161lbY5q8qO/5AK8QK3WE7gx/c9AxgEH9OIrrFEE=";
};
build-system = [ hatchling ];