python312Packages.internetarchive: 5.2.0 -> 5.2.1 (#381643)
This commit is contained in:
commit
2d30ad7d79
@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "internetarchive";
|
||||
version = "5.2.0";
|
||||
version = "5.2.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
owner = "jjjake";
|
||||
repo = "internetarchive";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-xi3cR/j25gRe+muWjk8towzELgDciqLxGvBIpRqJHd0=";
|
||||
hash = "sha256-2CShbIS5hq+queeHHlE53Vf8sl4HQySp1ZU8mz67Qbc=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@ -64,7 +64,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Python and Command-Line Interface to Archive.org";
|
||||
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;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
mainProgram = "ia";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user