From 94e74097fc4c0aaedeb681ea06ea6e1ace833192 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 25 Aug 2026 01:24:34 +0200 Subject: [PATCH] python3Packages.llama-index-graph-stores-nebula: 0.5.1 -> 0.6.0 This commit was automatically generated using update-python-libraries. --- .../llama-index-graph-stores-nebula/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-graph-stores-nebula/default.nix b/pkgs/development/python-modules/llama-index-graph-stores-nebula/default.nix index a162918e84e8..7526da0267f1 100644 --- a/pkgs/development/python-modules/llama-index-graph-stores-nebula/default.nix +++ b/pkgs/development/python-modules/llama-index-graph-stores-nebula/default.nix @@ -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 ];