gdown: 3.13.1 -> 3.14.0

This commit is contained in:
R. RyanTM 2021-09-30 08:21:13 +00:00
parent 824043e09c
commit c1e2fc6045

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 ];