python312Packages.ollama: 0.3.3 -> 0.4.4 (#364280)

This commit is contained in:
Arne Keller
2024-12-29 21:30:03 +01:00
committed by GitHub
@@ -5,6 +5,7 @@
httpx,
pillow,
poetry-core,
pydantic,
pytest-asyncio,
pytest-httpserver,
pytestCheckHook,
@@ -13,7 +14,7 @@
buildPythonPackage rec {
pname = "ollama";
version = "0.3.3";
version = "0.4.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -22,7 +23,7 @@ buildPythonPackage rec {
owner = "ollama";
repo = "ollama-python";
rev = "refs/tags/v${version}";
hash = "sha256-27OJwPvHBxCdaiHk8EQ2s1OeBzgsrzp1MjgKHNgvz+A=";
hash = "sha256-GW/4adrU6/4cM96U6A8Btgv7Qt1jtSFJr9F8+zwTEpk=";
};
postPatch = ''
@@ -38,6 +39,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pillow
pydantic
pytest-asyncio
pytest-httpserver
pytestCheckHook