gallery-dl: 1.13.1 -> 1.13.3

This commit is contained in:
R. RyanTM 2020-03-31 03:49:31 +00:00 committed by Jon
parent 3017e6989f
commit 81baaa6860

View File

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