python3Packages.arxiv: 2.3.1 -> 2.4.0 (#482463)

This commit is contained in:
Gaétan Lepage
2026-01-28 22:46:12 +00:00
committed by GitHub
@@ -4,7 +4,8 @@
fetchFromGitHub,
# build-system
setuptools,
hatchling,
hatch-vcs,
# dependencies
feedparser,
@@ -16,17 +17,20 @@
}:
buildPythonPackage rec {
pname = "arxiv";
version = "2.3.1";
version = "2.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lukasschwab";
repo = "arxiv.py";
tag = version;
hash = "sha256-7TGepKZ6Y/WTgJK70oOGR2TlXRwK0YgzslXAnklRSCA=";
hash = "sha256-96m2UHNoilRhbMnzArUFbm0wZDQS6j97etgOJ7qZmEc=";
};
build-system = [ setuptools ];
build-system = [
hatchling
hatch-vcs
];
dependencies = [
feedparser