python3Packages.internetarchive: 5.9.0 -> 5.10.1 (#536854)

This commit is contained in:
dish 2026-07-06 15:55:19 +00:00 committed by GitHub
commit adaba46e08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,14 +14,14 @@
buildPythonPackage (finalAttrs: {
pname = "internetarchive";
version = "5.9.0";
version = "5.10.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jjjake";
repo = "internetarchive";
tag = "v${finalAttrs.version}";
hash = "sha256-K8JBDc0hbEIfxCihamfm4Vmt+QqmmJ02fyLOKRnKXmw=";
hash = "sha256-OVjvx7Ne2NLXl5eA1HP89HyoTttR9XAx2AJdXiWMkqY=";
};
build-system = [ setuptools ];