From 6870d3c02f4c44eec6fc5d4c711b33aa66e88692 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 19 Jan 2025 21:16:19 +0100 Subject: [PATCH] python3Packages.llama-index-core: 0.12.9.post1 -> 0.12.11 https://github.com/run-llama/llama_index/blob/v0.12.11/CHANGELOG.md --- .../development/python-modules/llama-index-core/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-core/default.nix b/pkgs/development/python-modules/llama-index-core/default.nix index 2fccfab8d1ce..425257d1ab72 100644 --- a/pkgs/development/python-modules/llama-index-core/default.nix +++ b/pkgs/development/python-modules/llama-index-core/default.nix @@ -36,7 +36,7 @@ buildPythonPackage rec { pname = "llama-index-core"; - version = "0.12.9.post1"; + version = "0.12.11"; pyproject = true; disabled = pythonOlder "3.8"; @@ -45,7 +45,7 @@ buildPythonPackage rec { owner = "run-llama"; repo = "llama_index"; tag = "v${version}"; - hash = "sha256-kpHemwEYeCBwb2kdvX/ubFHwX9AQ+zIhLudcgJ7u+QY="; + hash = "sha256-cDJu2IYTjf2TU4HO+LLqiGiaNN+mGuD6O0bk7jMBbc8="; }; sourceRoot = "${src.name}/${pname}"; @@ -139,7 +139,7 @@ buildPythonPackage rec { meta = with lib; { description = "Data framework for your LLM applications"; homepage = "https://github.com/run-llama/llama_index/"; - changelog = "https://github.com/run-llama/llama_index/blob/${version}/CHANGELOG.md"; + changelog = "https://github.com/run-llama/llama_index/blob/${src.tag}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ fab ]; };