flake update

This commit is contained in:
sid 2026-02-26 23:10:38 +01:00
parent 95a533c876
commit 6703cb5184
10 changed files with 46 additions and 46 deletions

View file

@ -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";
};
}