python3Packages.arxiv: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm
2026-03-10 15:40:47 +00:00
parent 5e88cffa98
commit 49a63fa1db
@@ -17,14 +17,14 @@
}:
buildPythonPackage rec {
pname = "arxiv";
version = "2.4.0";
version = "2.4.1";
pyproject = true;
src = fetchFromGitHub {
owner = "lukasschwab";
repo = "arxiv.py";
tag = version;
hash = "sha256-96m2UHNoilRhbMnzArUFbm0wZDQS6j97etgOJ7qZmEc=";
hash = "sha256-3GQ0HBYwkKlZ5WNgbJI/gHNi800WlnZiAJB6aSVBvjo=";
};
build-system = [