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

gallery_dl: 1.23.2 -> 1.23.3

authored by

Mario Rodas and committed by
GitHub
6157a468 5fc700ca

+4 -2
+4 -2
pkgs/applications/misc/gallery-dl/default.nix
··· 2 2 3 3 buildPythonApplication rec { 4 4 pname = "gallery_dl"; 5 - version = "1.23.2"; 5 + version = "1.23.3"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "sha256-/jkzwFBBwkfymxmD6bXj0ZAlN4RV+UERg2kRtDyIV94="; 9 + sha256 = "sha256-CoZN0cLXSujZRSGFX3dsNGuvgupa4t1VrEoW+Zu41yw="; 10 10 }; 11 11 12 12 propagatedBuildInputs = [ requests yt-dlp ]; ··· 21 21 # incompatible with pytestCheckHook 22 22 "--ignore=test/test_ytdl.py" 23 23 ]; 24 + 25 + pythonImportsCheck = [ "gallery_dl" ]; 24 26 25 27 meta = with lib; { 26 28 description = "Command-line program to download image-galleries and -collections from several image hosting sites";