2022-11-30T01:43:14 gdown 4.5.1 -> 4.5.4 https://pypi.org/project/gdown/ 2022-11-30T01:43:16 attrpath: gdown 2022-11-30T01:43:17 Checking auto update branch... 2022-11-30T01:43:17 No auto update branch exists 2022-11-30T01:43:17 Old version 4.5.1" not present in master derivation file with contents: { lib , beautifulsoup4 , buildPythonPackage , fetchPypi , filelock , requests , tqdm , setuptools , six , pythonOlder }: buildPythonPackage rec { pname = "gdown"; version = "4.5.4"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-av9n0esi+zpa7StFY3lKo1Bsct8IP4ax7EkyUnCcpo8="; }; propagatedBuildInputs = [ beautifulsoup4 filelock requests tqdm setuptools six ] ++ requests.optional-dependencies.socks; checkPhase = '' $out/bin/gdown --help > /dev/null ''; pythonImportsCheck = [ "gdown" ]; meta = with lib; { description = "A CLI tool for downloading large files from Google Drive"; homepage = "https://github.com/wkentaro/gdown"; changelog = "https://github.com/wkentaro/gdown/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ breakds ]; }; }