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

gallery-dl: 1.11.1 -> 1.12.1
This commit is contained in:
Mario Rodas 2019-12-23 11:08:25 -05:00 committed by GitHub
commit 4d6e005dec
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.11.1"; version = "1.12.1";
src = python3Packages.fetchPypi { src = python3Packages.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "08py1f48ylw83712h8313rxz55igbszxcwr2yxkchpr4233avzph"; sha256 = "0y1bzqcacik030zjchgmzrwpfb49mi68wdivli9ydb64w1zql9im";
}; };
doCheck = false; doCheck = false;