python312Packages.llama-index-embeddings-huggingface: 0.5.0 -> 0.5.1

This commit is contained in:
Fabian Affolter
2025-02-01 12:46:22 +01:00
parent a69778f34e
commit 9b3f7d9ee5
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-embeddings-huggingface";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_embeddings_huggingface";
inherit version;
hash = "sha256-u3WSS9UmMTZL07GksKt4dToL7wAhDyditCXL0F9Opg4=";
hash = "sha256-3vFjm6uFEeOsAoRSAQSwxtzpvAU7Tc44wSe9Yrwo9/w=";
};
build-system = [ poetry-core ];