python312Packages.internetarchive: 4.1.0 -> 5.0.0 (#354418)

This commit is contained in:
Nick Cao 2024-11-11 08:41:58 -05:00 committed by GitHub
commit 7fbb61afe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
tqdm
docopt
requests
jsonpatch
schema