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

gallery-dl: 1.14.0 -> 1.14.1
This commit is contained in:
Mario Rodas 2020-06-15 22:26:11 -05:00 committed by GitHub
commit 823d6c1b94
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.14.0";
version = "1.14.1";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "0ckqxibyf14lgl1aj5pv79bmfanacgcc96x6mdwfp2dnbvfjk71b";
sha256 = "0w4zmfbsr7xdymrrmdvcc0kqz11ql8j067ghlr84faqlsnx09z74";
};
doCheck = false;