python312Packages.internetarchive: 5.2.0 -> 5.2.1 (#381643)

This commit is contained in:
Pyrox 2025-02-13 13:52:34 -05:00 committed by GitHub
commit 2d30ad7d79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "internetarchive"; pname = "internetarchive";
version = "5.2.0"; version = "5.2.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "jjjake"; owner = "jjjake";
repo = "internetarchive"; repo = "internetarchive";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-xi3cR/j25gRe+muWjk8towzELgDciqLxGvBIpRqJHd0="; hash = "sha256-2CShbIS5hq+queeHHlE53Vf8sl4HQySp1ZU8mz67Qbc=";
}; };
build-system = [ setuptools ]; build-system = [ setuptools ];
@ -64,7 +64,7 @@ buildPythonPackage rec {
meta = { meta = {
description = "Python and Command-Line Interface to Archive.org"; description = "Python and Command-Line Interface to Archive.org";
homepage = "https://github.com/jjjake/internetarchive"; homepage = "https://github.com/jjjake/internetarchive";
changelog = "https://github.com/jjjake/internetarchive/blob/v${version}/HISTORY.rst"; changelog = "https://github.com/jjjake/internetarchive/blob/${src.tag}/HISTORY.rst";
license = lib.licenses.agpl3Plus; license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ pyrox0 ]; maintainers = with lib.maintainers; [ pyrox0 ];
mainProgram = "ia"; mainProgram = "ia";