From 46dd3c59ce16be43c7d9b6d5fa9af2cba618e34f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 27 Apr 2026 14:26:31 +0200 Subject: [PATCH] python3Packages.llama-index-embeddings-huggingface: 0.6.1 -> 0.7.0 --- .../llama-index-embeddings-huggingface/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/llama-index-embeddings-huggingface/default.nix b/pkgs/development/python-modules/llama-index-embeddings-huggingface/default.nix index cbfac84a7b74..f097f590d881 100644 --- a/pkgs/development/python-modules/llama-index-embeddings-huggingface/default.nix +++ b/pkgs/development/python-modules/llama-index-embeddings-huggingface/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "llama-index-embeddings-huggingface"; - version = "0.6.1"; + version = "0.7.0"; pyproject = true; src = fetchPypi { pname = "llama_index_embeddings_huggingface"; inherit version; - hash = "sha256-OyH/7aIvgiHtVXeLs9rtcWZKsHs0Hx3S9AiWO9IDVbk="; + hash = "sha256-2ooqZd+UBBEsRDDfraCdT4RroWUZeiXb539zQBTFaoc="; }; build-system = [ hatchling ];