python3Packages.llama-index-graph-stores-neptune: 0.4.1 -> 0.5.0

This commit is contained in:
R. Ryantm
2026-03-15 15:54:30 +00:00
parent 28713d9f7c
commit 30250dc0f0
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "llama-index-graph-stores-neptune";
version = "0.4.1";
version = "0.5.0";
pyproject = true;
src = fetchPypi {
pname = "llama_index_graph_stores_neptune";
inherit version;
hash = "sha256-plwDD8NBcYqedEoCeYqEZn1kDQZjDpg94jRZJBPjdU8=";
hash = "sha256-6lWkWHjo9KTZK+N6kc4kHv6kJuAqQKaidTaPEHQ9tQQ=";
};
build-system = [ hatchling ];