From a00b6e2fa6e716660bfeddf3282b64f597dcfa6f Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 15 Oct 2022 04:20:00 +0000 Subject: gallery-dl: 1.23.2 -> 1.23.3 https://github.com/mikf/gallery-dl/releases/tag/v1.23.3 --- pkgs/applications/misc/gallery-dl/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/misc/gallery-dl/default.nix b/pkgs/applications/misc/gallery-dl/default.nix index dcb5d6c9f3260..ead8475e4346e 100644 --- a/pkgs/applications/misc/gallery-dl/default.nix +++ b/pkgs/applications/misc/gallery-dl/default.nix @@ -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"; -- cgit 1.4.1