python3Packages.arxiv: 2.2.0 -> 2.3.0

This commit is contained in:
R. Ryantm
2025-11-01 08:00:52 +00:00
parent 92661251e0
commit 413debbc14
@@ -16,14 +16,14 @@
}:
buildPythonPackage rec {
pname = "arxiv";
version = "2.2.0";
version = "2.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "lukasschwab";
repo = "arxiv.py";
tag = version;
hash = "sha256-/lXUWRJ1lbRPWUC/gMRA0NIcuV0HNzFlUVLyhcPAsCQ=";
hash = "sha256-E1Slg7EWSULY68BrevmJO82L47UVFZBreKLVIDko1x0=";
};
build-system = [ setuptools ];