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

gallery-dl: 1.18.1 -> 1.18.2
This commit is contained in:
Ben Siraphob 2021-07-27 21:20:34 +07:00 committed by GitHub
commit f2462594db
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.18.1";
version = "1.18.2";
src = fetchPypi {
inherit pname version;
sha256 = "1e231ed7122a753430d92f8c6240a99defa2b307d57f1a4cc3e48910269331a9";
sha256 = "786772ce774929ef1ba64d8394dbab329a72447fd8b930968bc1fb0aacdba567";
};
propagatedBuildInputs = [ requests ];