mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +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 {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "oterm";
|
pname = "oterm";
|
||||||
version = "0.11.1";
|
version = "0.12.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ggozad";
|
owner = "ggozad";
|
||||||
repo = "oterm";
|
repo = "oterm";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-b/+siNzmM6RUJ3jv/2dNJJFueejChKde0D5r8J0lTqM=";
|
hash = "sha256-6y73Lh3cV/fnvpZWzfyD4CletC4UV2zl+I7l88BYPIk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
pythonRelaxDeps = [
|
||||||
|
@ -37,8 +37,8 @@ python3Packages.buildPythonApplication rec {
|
||||||
aiohttp
|
aiohttp
|
||||||
aiosql
|
aiosql
|
||||||
aiosqlite
|
aiosqlite
|
||||||
|
fastmcp
|
||||||
httpx
|
httpx
|
||||||
jinja2
|
|
||||||
mcp
|
mcp
|
||||||
ollama
|
ollama
|
||||||
packaging
|
packaging
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue