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