python38Packages.internetarchive: 1.9.9 -> 2.0.2 (#118779)
Co-authored-by: Fabian Affolter <fabian@affolter-engineering.ch>
This commit is contained in:
parent
339854db04
commit
a20d26806f
1 changed files with 4 additions and 3 deletions
|
@ -19,11 +19,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "internetarchive";
|
pname = "internetarchive";
|
||||||
version = "1.9.9";
|
version = "2.0.2";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "a1614cbf35499d833e07699ddfd344764f86959fd5535aa9ce1203f57a77f970";
|
sha256 = "515e6646a2b917c15f2241670d21f14a014b9c67dc509aef4d4aca5a59cdda65";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -52,7 +52,8 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Python and Command-Line Interface to Archive.org";
|
description = "A Python and Command-Line Interface to Archive.org";
|
||||||
homepage = "https://github.com/jjjake/internetarchive";
|
homepage = "https://github.com/jjjake/internetarchive";
|
||||||
license = licenses.agpl3;
|
changelog = "https://github.com/jjjake/internetarchive/raw/v${version}/HISTORY.rst";
|
||||||
|
license = licenses.agpl3Plus;
|
||||||
maintainers = [ maintainers.marsam ];
|
maintainers = [ maintainers.marsam ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue