Merge pull request #140016 from r-ryantm/auto-update/gdown

gdown: 3.13.1 -> 3.14.0
This commit is contained in:
figsoda 2021-09-30 21:46:37 -04:00 committed by GitHub
commit ef083ce7d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonApplication rec {
pname = "gdown";
version = "3.13.1";
version = "3.14.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-vh1NKRPk1e5cT3cVj8IrzmpaZ9yY2KtWrTGsCU9KkP4=";
sha256 = "sha256-pxmdfmt3YQnyUWEYadDde6IC5Nm5faNugvn8omLMXSE=";
};
propagatedBuildInputs = [ filelock requests tqdm setuptools six ];