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 {
pname = "gallery_dl";
version = "1.11.1";
version = "1.12.1";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "08py1f48ylw83712h8313rxz55igbszxcwr2yxkchpr4233avzph";
sha256 = "0y1bzqcacik030zjchgmzrwpfb49mi68wdivli9ydb64w1zql9im";
};
doCheck = false;