python3Packages.internetarchive: 5.9.0 -> 5.10.1

This commit is contained in:
R. Ryantm
2026-06-30 00:39:19 +00:00
parent 4bcc1bead3
commit 79fba8045c
@@ -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 ];