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

gallery-dl: 1.15.4 -> 1.16.0
This commit is contained in:
Mario Rodas 2020-12-13 16:04:35 -05:00 committed by GitHub
commit efe2fcce60
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.15.4";
version = "1.16.0";
src = fetchPypi {
inherit pname version;
sha256 = "0byn1ggrb9yg9d29205q312v95jy66qp4z384kys8cmrd3mky111";
sha256 = "35df7605a21a05c3290f4324289fd6f584029f4135a8220dec7d490c4e742a1c";
};
propagatedBuildInputs = [ requests ];