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

gallery-dl: 1.12.2 -> 1.12.3
This commit is contained in:
Mario Rodas 2020-02-08 06:11:38 -05:00 committed by GitHub
commit 44788c3529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "gallery_dl"; pname = "gallery_dl";
version = "1.12.2"; version = "1.12.3";
src = python3Packages.fetchPypi { src = python3Packages.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "013bavyqvnay38c844n1jvirsmj807f0wg2qlclkdghkj316p1pz"; sha256 = "06q6vmbliy935zlf4bbnfgiqyrx9vskz3fsks4jpxi47xs80rqkz";
}; };
doCheck = false; doCheck = false;