oterm: 0.8.1 -> 0.8.3

This commit is contained in:
Gaël James
2025-02-10 20:43:29 +01:00
parent f8a5af2c61
commit 264fbf0c76
+3 -2
View File
@@ -6,17 +6,18 @@
python3Packages.buildPythonApplication rec {
pname = "oterm";
version = "0.8.1";
version = "0.8.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ggozad";
repo = "oterm";
tag = version;
hash = "sha256-JE9WgAtCDksfVq17LIDdfvjR9IW02vkH2JhY7eLOgF0=";
hash = "sha256-QIvnGU1BHKsJ/UMcS9zS2v9rn51wKoXvx50rGBIAzm4=";
};
pythonRelaxDeps = [
"aiosql"
"aiosqlite"
"httpx"
"ollama"