gallery-dl: 1.13.3 -> 1.13.6

This commit is contained in:
R. RyanTM 2020-05-05 00:40:32 +00:00 committed by Jon
parent 6b19002d95
commit 21f9524d67

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "gallery_dl"; pname = "gallery_dl";
version = "1.13.3"; version = "1.13.6";
src = python3Packages.fetchPypi { src = python3Packages.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0nhbhli45i2xhkmyj9mpg8fn1l58y2zmr6nnnnms557wpdpg112x"; sha256 = "17hgryj8qsxcx3c96ir25q0wsh5q0s6c6fb33lqfdbrfxrjcixbk";
}; };
doCheck = false; doCheck = false;