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

This commit is contained in:
Sandro 2021-10-07 23:33:33 +02:00 committed by GitHub
commit 5cb1e12212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
buildPythonApplication rec {
pname = "gdown";
version = "4.0.1";
version = "4.0.2";
src = fetchPypi {
inherit pname version;
sha256 = "8025f3685faa1bed29adc8b778de305935b2cda2d691b35fb47957e1140c9f32";
sha256 = "sha256-XSYc3mCsFW+x6aZFDNtUE9lHv9vPUvkdsqmbtFX7aQw=";
};
propagatedBuildInputs = [ filelock requests tqdm setuptools six ];