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

gallery-dl: 1.16.1 -> 1.16.3
This commit is contained in:
Mario Rodas 2021-01-17 20:44:44 -05:00 committed by GitHub
commit a3d4e365d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonApplication rec {
pname = "gallery_dl";
version = "1.16.1";
version = "1.16.3";
src = fetchPypi {
inherit pname version;
sha256 = "51d789aac43013e25c1fad553f214cb1f43b1ae02e0651b640f102c5b9280aea";
sha256 = "5926794d7a602cb9d4edf0a2094b266b790033db0a62689fa01e5272d7388587";
};
propagatedBuildInputs = [ requests ];