mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
oterm: 0.11.1 -> 0.12.1
Diff: https://github.com/ggozad/oterm/compare/refs/tags/0.11.1...refs/tags/0.12.1 Changelog: https://github.com/ggozad/oterm/releases/tag/0.12.1
This commit is contained in:
parent
bb60182678
commit
480cd68363
1 changed files with 3 additions and 3 deletions
|
@ -9,14 +9,14 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "oterm";
|
||||
version = "0.11.1";
|
||||
version = "0.12.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ggozad";
|
||||
repo = "oterm";
|
||||
tag = version;
|
||||
hash = "sha256-b/+siNzmM6RUJ3jv/2dNJJFueejChKde0D5r8J0lTqM=";
|
||||
hash = "sha256-6y73Lh3cV/fnvpZWzfyD4CletC4UV2zl+I7l88BYPIk=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [
|
||||
|
@ -37,8 +37,8 @@ python3Packages.buildPythonApplication rec {
|
|||
aiohttp
|
||||
aiosql
|
||||
aiosqlite
|
||||
fastmcp
|
||||
httpx
|
||||
jinja2
|
||||
mcp
|
||||
ollama
|
||||
packaging
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue