gallery-dl: 1.8.4 -> 1.8.5

This commit is contained in:
dawidsowa 2019-06-02 14:54:17 +02:00 committed by Frederik Rietdijk
parent 4093d645b3
commit c9b2d77671

View File

@ -2,11 +2,11 @@
python3Packages.buildPythonApplication rec { python3Packages.buildPythonApplication rec {
pname = "gallery_dl"; pname = "gallery_dl";
version = "1.8.4"; version = "1.8.5";
src = python3Packages.fetchPypi { src = python3Packages.fetchPypi {
inherit pname version; inherit pname version;
sha256 = "01df9aph7qr2yxy0ckpkr5f6yscs29raqs2f4xxg7xn5zaimjhan"; sha256 = "ee5b14e83080b6390f9bf8d9bbfab03f628aebe863efd16a4b2f8536b149cc4f";
}; };
doCheck = false; doCheck = false;