arxiv-mcp-server: 0.3.2 -> 0.3.1
All checks were successful
Flake check / flake-check (pull_request) Successful in 34s
Build tests / build-hosts (pull_request) Successful in 2m32s

This commit is contained in:
sid 2026-02-26 23:13:02 +01:00
parent 6703cb5184
commit 9bcfbb6ca4
2 changed files with 4 additions and 4 deletions

View file

@ -6,13 +6,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "arxiv-mcp-server";
version = "0.3.2";
version = "0.3.1";
pyproject = true;
src = fetchPypi {
pname = "arxiv_mcp_server";
inherit version;
hash = "sha256-fAfI9EfliK6SIon8rHEhnYE1UHnjKELzEYtafRA345g=";
hash = "sha256-yGNetU7el6ZXsavD8uvO17OZtaPuYgzkxiVEk402GUs=";
};
build-system = [
@ -28,7 +28,7 @@ python3.pkgs.buildPythonApplication rec {
mcp
pydantic
pydantic-settings
# pymupdf-layout # FIXME: write package
# pymupdf-layout # FIXME: write package for 0.3.2
pymupdf4llm
python-dateutil
python-dotenv