python3Packages.llm-ollama: 0.11.0 -> 0.12.0

Diff: https://github.com/taketwo/llm-ollama/compare/0.11.0...0.12.0
Changelog: https://github.com/taketwo/llm-ollama/releases/tag/0.12.0
This commit is contained in:
Dionysis Grigoropoulos 2025-07-06 17:54:21 +03:00
parent 27d6791b2e
commit bd0648a817
No known key found for this signature in database

View File

@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "llm-ollama";
version = "0.11.0";
version = "0.12.0";
pyproject = true;
src = fetchFromGitHub {
owner = "taketwo";
repo = "llm-ollama";
tag = version;
hash = "sha256-iwrDqrPt/zwXypBwD7zDAcen4fQq6PXl7Xj5VUL2KWA=";
hash = "sha256-+4YslGYY8AVwHnj1ahFqtclnaywPVJ0pt2CL9NewuUE=";
};
build-system = [ setuptools ];