flake update
This commit is contained in:
parent
95a533c876
commit
6703cb5184
10 changed files with 46 additions and 46 deletions
|
|
@ -6,13 +6,13 @@
|
|||
|
||||
python3.pkgs.buildPythonApplication rec {
|
||||
pname = "arxiv-mcp-server";
|
||||
version = "0.3.1";
|
||||
version = "0.3.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "arxiv_mcp_server";
|
||||
inherit version;
|
||||
hash = "sha256-yGNetU7el6ZXsavD8uvO17OZtaPuYgzkxiVEk402GUs=";
|
||||
hash = "sha256-fAfI9EfliK6SIon8rHEhnYE1UHnjKELzEYtafRA345g=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
|
|
@ -28,6 +28,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
mcp
|
||||
pydantic
|
||||
pydantic-settings
|
||||
# pymupdf-layout # FIXME: write package
|
||||
pymupdf4llm
|
||||
python-dateutil
|
||||
python-dotenv
|
||||
|
|
@ -60,7 +61,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||
asl20
|
||||
mit
|
||||
];
|
||||
maintainers = with lib.maintainers; [ ];
|
||||
mainProgram = "arxiv-mcp-server";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue