Merge pull request #196159 from marsam/update-gallery-dl

gallery_dl: 1.23.2 -> 1.23.3
This commit is contained in:
Mario Rodas 2022-10-15 13:53:40 -05:00 committed by GitHub
commit 6157a46887
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.23.2";
version = "1.23.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-/jkzwFBBwkfymxmD6bXj0ZAlN4RV+UERg2kRtDyIV94=";
sha256 = "sha256-CoZN0cLXSujZRSGFX3dsNGuvgupa4t1VrEoW+Zu41yw=";
};
propagatedBuildInputs = [ requests yt-dlp ];
@ -22,6 +22,8 @@ buildPythonApplication rec {
"--ignore=test/test_ytdl.py"
];
pythonImportsCheck = [ "gallery_dl" ];
meta = with lib; {
description = "Command-line program to download image-galleries and -collections from several image hosting sites";
homepage = "https://github.com/mikf/gallery-dl";