gallery-dl: 1.8.6 -> 1.10.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gallery_dl/versions
This commit is contained in:
R. RyanTM 2019-08-04 03:00:33 -07:00
parent 53328909da
commit e2007a9e3b

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;