Merge pull request #63252 from r-ryantm/auto-update/gallery_dl

gallery-dl: 1.8.5 -> 1.8.6
This commit is contained in:
Mario Rodas 2019-06-20 06:07:57 -05:00 committed by GitHub
commit 025fcad11a
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.8.5";
version = "1.8.6";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "ee5b14e83080b6390f9bf8d9bbfab03f628aebe863efd16a4b2f8536b149cc4f";
sha256 = "0in47v6c82a6mqg4wzxrji7wd8a9qh5386rsr77s3a8613am1n2x";
};
doCheck = false;