Merge pull request #89944 from r-ryantm/auto-update/gallery_dl

gallery-dl: 1.13.6 -> 1.14.0
This commit is contained in:
Mario Rodas 2020-06-10 05:43:41 -05:00 committed by GitHub
commit 9bfa44f745
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "gallery_dl";
version = "1.13.6";
version = "1.14.0";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "17hgryj8qsxcx3c96ir25q0wsh5q0s6c6fb33lqfdbrfxrjcixbk";
sha256 = "0ckqxibyf14lgl1aj5pv79bmfanacgcc96x6mdwfp2dnbvfjk71b";
};
doCheck = false;