oterm: 0.7.3 -> 0.8.0

This commit is contained in:
Gaël James
2025-02-10 20:43:29 +01:00
parent 49bdffa715
commit 47a9854969
+3 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "oterm";
version = "0.7.3";
version = "0.8.0";
pyproject = true;
src = fetchFromGitHub {
owner = "ggozad";
repo = "oterm";
tag = version;
hash = "sha256-COIvnn6qDG9srv4ByWTBoRHfIva3a2dLS+yIZDguo+M=";
hash = "sha256-YKzC7GzRMFQ3zuVrbsiKCW9o8iCAR3PzSYP1ufRspDQ=";
};
pythonRelaxDeps = [
@@ -33,6 +33,7 @@ python3Packages.buildPythonApplication rec {
aiosql
aiosqlite
httpx
mcp
ollama
packaging
pillow