2022-11-01T09:58:40 gdown 4.5.1 -> 4.5.3 https://pypi.org/project/gdown/ 2022-11-01T09:58:44 attrpath: gdown 2022-11-01T09:58:45 Checking auto update branch... 2022-11-01T09:58:45 No auto update branch exists 2022-11-01T09:58:46 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.3"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-bL991BCFiMc0qliBMdjh1S5k8Ic4cPcfdMusGV8MYO8="; }; 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"; license = licenses.mit; maintainers = with maintainers; [ breakds ]; }; }