Skip to content

Commit 0f0e3b3

Browse files
authored
oterm: 0.8.3 -> 0.9.1 (#384885)
2 parents 7ca3f7b + 42d5049 commit 0f0e3b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkgs/by-name/ot/oterm/package.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
python3Packages.buildPythonApplication rec {
88
pname = "oterm";
9-
version = "0.8.3";
9+
version = "0.9.1";
1010
pyproject = true;
1111

1212
src = fetchFromGitHub {
1313
owner = "ggozad";
1414
repo = "oterm";
1515
tag = version;
16-
hash = "sha256-QIvnGU1BHKsJ/UMcS9zS2v9rn51wKoXvx50rGBIAzm4=";
16+
hash = "sha256-DsLse1EDxnkS4C0vwMEdY5//jIxerdDxzTrIsG3eSVI=";
1717
};
1818

1919
pythonRelaxDeps = [
@@ -34,6 +34,7 @@ python3Packages.buildPythonApplication rec {
3434
aiosql
3535
aiosqlite
3636
httpx
37+
jinja2
3738
mcp
3839
ollama
3940
packaging

0 commit comments

Comments
 (0)