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

gallery-dl: 1.20.1 -> 1.20.3
This commit is contained in:
Mario Rodas
2022-01-27 05:58:50 -05:00
committed by GitHub
@@ -2,11 +2,11 @@
buildPythonApplication rec {
pname = "gallery_dl";
version = "1.20.1";
version = "1.20.3";
src = fetchPypi {
inherit pname version;
sha256 = "a1c06625381485f82aa14a038a622d40ab9cc2c8d150dd65c66df96dbf427f62";
sha256 = "6d1d97bd08a2a0dcfb0578e759fb83c4902b395405b3e3238673f684973b0556";
};
propagatedBuildInputs = [ requests yt-dlp ];