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

gallery-dl: 1.19.3 -> 1.20.1
This commit is contained in:
Mario Rodas 2022-01-09 17:24:13 -05:00 committed by GitHub
commit 5335212bf4
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.19.3";
version = "1.20.1";
src = fetchPypi {
inherit pname version;
sha256 = "db3973a17f1074e4f4cb99b635b94c1926bdd549263e1df909498f3c6aa93484";
sha256 = "a1c06625381485f82aa14a038a622d40ab9cc2c8d150dd65c66df96dbf427f62";
};
propagatedBuildInputs = [ requests yt-dlp ];