python312Packages.internetarchive: 5.0.4 -> 5.1.0 (#372201)

This commit is contained in:
OTABI Tomoya
2025-01-11 14:56:26 +09:00
committed by GitHub
@@ -16,16 +16,16 @@
buildPythonPackage rec {
pname = "internetarchive";
version = "5.0.4";
version = "5.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "jjjake";
repo = "internetarchive";
tag = "v${version}";
hash = "sha256-x4EzVm22iZhGysg2iMtuil2tNJn4/8cWYyULLowODGc=";
hash = "sha256-HwE8oEd5ss8HkpuQuUwdfzENYHn2z/QmzvhRIBvo1qA=";
};
build-system = [ setuptools ];