python312Packages.arxiv: 2.1.3 -> 2.2.0

This commit is contained in:
R. Ryantm
2025-04-11 05:56:19 +00:00
parent aed881aa96
commit 8b3c65bb34
@@ -16,14 +16,14 @@
}:
buildPythonPackage rec {
pname = "arxiv";
version = "2.1.3";
version = "2.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lukasschwab";
repo = "arxiv.py";
tag = version;
hash = "sha256-Niu3N0QTVxucboQx1FQq1757Hjj1VVWeDZn7O7YtjWY=";
hash = "sha256-/lXUWRJ1lbRPWUC/gMRA0NIcuV0HNzFlUVLyhcPAsCQ=";
};
build-system = [ setuptools ];
@@ -63,7 +63,7 @@ buildPythonPackage rec {
meta = {
description = "Python wrapper for the arXiv API";
homepage = "https://github.com/lukasschwab/arxiv.py";
changelog = "https://github.com/lukasschwab/arxiv.py/releases/tag/${version}";
changelog = "https://github.com/lukasschwab/arxiv.py/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.octvs ];
};