arxiv-mcp-server: 0.3.2 -> 0.3.1
This commit is contained in:
parent
6703cb5184
commit
9bcfbb6ca4
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue