gallery-dl: 1.23.1 -> 1.23.2

https://github.com/mikf/gallery-dl/releases/tag/v1.23.2
This commit is contained in:
Mario Rodas 2022-10-01 04:20:00 +00:00
parent 248a03395d
commit ef6baeef58

View File

@ -2,11 +2,11 @@
buildPythonApplication rec {
pname = "gallery_dl";
version = "1.23.1";
version = "1.23.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-JEPGCwC81nAIphinwD6qvrkipaHTs3/kroArgqht/fQ=";
sha256 = "sha256-/jkzwFBBwkfymxmD6bXj0ZAlN4RV+UERg2kRtDyIV94=";
};
propagatedBuildInputs = [ requests yt-dlp ];