python3Packages.llm-ollama: 0.12.0 -> 0.13.0

Diff: https://github.com/taketwo/llm-ollama/compare/0.12.0...0.13.0
Changelog: https://github.com/taketwo/llm-ollama/releases/tag/0.13.0
This commit is contained in:
Dionysis Grigoropoulos
2025-07-30 22:01:36 +03:00
parent 6003e01372
commit 2cc01fe339
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "llm-ollama";
version = "0.12.0";
version = "0.13.0";
pyproject = true;
src = fetchFromGitHub {
owner = "taketwo";
repo = "llm-ollama";
tag = version;
hash = "sha256-+4YslGYY8AVwHnj1ahFqtclnaywPVJ0pt2CL9NewuUE=";
hash = "sha256-mWiwUXLpyILH1CCi2b0D3TtInEIfK4dubho9EEkbJ0M=";
};
build-system = [ setuptools ];