Skip to content

Commit

Permalink
python312Packages.ollama: 0.3.3 -> 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Erethon committed Dec 11, 2024
1 parent 0f7848b commit 38bd7c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/ollama/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
httpx,
pillow,
poetry-core,
pydantic,
pytest-asyncio,
pytest-httpserver,
pytestCheckHook,
Expand All @@ -13,7 +14,7 @@

buildPythonPackage rec {
pname = "ollama";
version = "0.3.3";
version = "0.4.4";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -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 = ''
Expand All @@ -38,6 +39,7 @@ buildPythonPackage rec {

nativeCheckInputs = [
pillow
pydantic
pytest-asyncio
pytest-httpserver
pytestCheckHook
Expand Down

0 comments on commit 38bd7c8

Please sign in to comment.