python312Packages.internetarchive: 4.1.0 -> 5.0.0

This commit is contained in:
R. Ryantm
2024-11-11 17:30:02 +09:00
committed by natsukium
parent c6f1ef99d1
commit 019fb32948
@@ -1,7 +1,6 @@
{
lib,
buildPythonPackage,
docopt,
fetchFromGitHub,
pytestCheckHook,
requests,
@@ -17,7 +16,7 @@
buildPythonPackage rec {
pname = "internetarchive";
version = "4.1.0";
version = "5.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -26,14 +25,13 @@ buildPythonPackage rec {
owner = "jjjake";
repo = "internetarchive";
rev = "refs/tags/v${version}";
hash = "sha256-CqfwAKhrq4VEBU258x19JT8+ay2vOYIzVoFWjAzh3wY=";
hash = "sha256-0+tD+CtbR9MdqXH2CXWsXxyr5YM9gToExFnDQZa+gWM=";
};
nativeBuildInputs = [ setuptools ];
propagatedBuildInputs = [
tqdm
docopt
requests
jsonpatch
schema