2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-04-16 20:48:19 +00:00

python312Packages.llama-index-llms-ollama: 0.4.0 -> 0.4.1

This commit is contained in:
Fabian Affolter 2024-12-01 01:00:33 +01:00
parent 7fed8724d2
commit 4e8789601f

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-llms-ollama";
version = "0.4.0";
version = "0.4.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_llms_ollama";
inherit version;
hash = "sha256-OIUUK4EKRQjJc+mB46/tuQ6As1CJ9f6SRciM89AsVsM=";
hash = "sha256-MkLlJtsh3/TnuwQzAhN2BklrSQ8GOcJoDcwok9QWJw8=";
};
build-system = [ poetry-core ];