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

gallery-dl: 1.8.6 -> 1.10.1
This commit is contained in:
WilliButz 2019-08-04 13:10:13 +02:00 committed by GitHub
commit 8fdfdbf613
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.6";
version = "1.10.1";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "0in47v6c82a6mqg4wzxrji7wd8a9qh5386rsr77s3a8613am1n2x";
sha256 = "174d2q7w0kwa6xx9k3bl5gdwmk0gklvch963g7vl979wqsf7nskw";
};
doCheck = false;