From 9ecc8f7733d4c01dce686d97ac497ff9afebcd8c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 28 May 2025 23:20:46 +0200 Subject: [PATCH] python312Packages.llama-index-indices-managed-llama-cloud: 0.6.11 -> 0.7.1 --- .../llama-index-indices-managed-llama-cloud/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-indices-managed-llama-cloud/default.nix b/pkgs/development/python-modules/llama-index-indices-managed-llama-cloud/default.nix index e160ec6136e6..4f225c8abf44 100644 --- a/pkgs/development/python-modules/llama-index-indices-managed-llama-cloud/default.nix +++ b/pkgs/development/python-modules/llama-index-indices-managed-llama-cloud/default.nix @@ -2,7 +2,7 @@ lib, buildPythonPackage, fetchPypi, - poetry-core, + hatchling, llama-cloud, llama-index-core, pythonOlder, @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "llama-index-indices-managed-llama-cloud"; - version = "0.6.11"; + version = "0.7.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -18,10 +18,10 @@ buildPythonPackage rec { src = fetchPypi { pname = "llama_index_indices_managed_llama_cloud"; inherit version; - hash = "sha256-klUy92DNLrsllIKNoxGtrD1UzSyuPf8pCEke67K4vQ8="; + hash = "sha256-+GtifVEN1PvlFEdzTxmBG9ipVcQtUx8jeoVpi50eQUA="; }; - build-system = [ poetry-core ]; + build-system = [ hatchling ]; dependencies = [ llama-cloud