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

gallery-dl: 1.14.2 -> 1.14.3
This commit is contained in:
Maximilian Bosch 2020-08-04 23:08:00 +02:00 committed by GitHub
commit 6a71386895
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.14.2";
version = "1.14.3";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "14a8skaxc4xn2hm8ahp8lzrmwh1f3lbcibvhpprqr3szd6i2p0pf";
sha256 = "0lyy48za81vfw4a5l7fsczsv889dk829nby941xvswp3scclpvfy";
};
doCheck = false;