python312Packages.llama-index-llms-ollama: 0.3.4 -> 0.3.6

This commit is contained in:
Fabian Affolter
2024-11-15 11:18:09 +01:00
parent 9e41975e1b
commit 45300604bd
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "llama-index-llms-ollama";
version = "0.3.4";
version = "0.3.6";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "llama_index_llms_ollama";
inherit version;
hash = "sha256-Vt9uGIcIGvRSL57DK+LUYy2NTyYZ9yqnHqYJZiMeVKA=";
hash = "sha256-EoTvA98XH+/ulJ+NdenRzjo4Fy+ZAmmjjzkyj1qT6kc=";
};
build-system = [ poetry-core ];