gallery-dl: 1.10.6 -> 1.11.1

This commit is contained in:
R. RyanTM 2019-11-25 17:40:39 -08:00 committed by Lassulus
parent 83b14e578f
commit 40d63a73ef

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec {
pname = "gallery_dl";
version = "1.10.6";
version = "1.11.1";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "0jbfp072rnb3pkqp10xds57bnlcn87vqjaz68nhpzkwvwhs3hr4w";
sha256 = "08py1f48ylw83712h8313rxz55igbszxcwr2yxkchpr4233avzph";
};
doCheck = false;