python312Packages.internetarchive: 5.0.0 -> 5.0.4 (#357270)

This commit is contained in:
OTABI Tomoya 2024-11-20 19:01:52 +09:00 committed by GitHub
commit d000429949
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "internetarchive";
version = "5.0.0";
version = "5.0.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "jjjake";
repo = "internetarchive";
rev = "refs/tags/v${version}";
hash = "sha256-0+tD+CtbR9MdqXH2CXWsXxyr5YM9gToExFnDQZa+gWM=";
hash = "sha256-x4EzVm22iZhGysg2iMtuil2tNJn4/8cWYyULLowODGc=";
};
build-system = [ setuptools ];