Merge pull request #202986 from r-ryantm/auto-update/gdown
gdown: 4.5.3 -> 4.5.4
This commit is contained in:
commit
4df3a80eeb
1 changed files with 3 additions and 2 deletions
|
@ -12,14 +12,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gdown";
|
pname = "gdown";
|
||||||
version = "4.5.3";
|
version = "4.5.4";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-bL991BCFiMc0qliBMdjh1S5k8Ic4cPcfdMusGV8MYO8=";
|
hash = "sha256-av9n0esi+zpa7StFY3lKo1Bsct8IP4ax7EkyUnCcpo8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -42,6 +42,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A CLI tool for downloading large files from Google Drive";
|
description = "A CLI tool for downloading large files from Google Drive";
|
||||||
homepage = "https://github.com/wkentaro/gdown";
|
homepage = "https://github.com/wkentaro/gdown";
|
||||||
|
changelog = "https://github.com/wkentaro/gdown/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ breakds ];
|
maintainers = with maintainers; [ breakds ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue