Merge pull request #67568 from dawidsowa/gallery-dl

gallery-dl: 1.10.1 -> 1.10.2
This commit is contained in:
Marek Mahut 2019-08-28 00:47:56 +02:00 committed by GitHub
commit f7a8641b4e
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.10.1";
version = "1.10.2";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "174d2q7w0kwa6xx9k3bl5gdwmk0gklvch963g7vl979wqsf7nskw";
sha256 = "09q9l747vv6nrkscj08dv970qs6nm2azjcm015xf3bd5ab91l44r";
};
doCheck = false;