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

gallery-dl: 1.23.1 -> 1.23.2
This commit is contained in:
Mario Rodas 2022-10-01 07:52:38 -05:00 committed by GitHub
commit 4fa5ba59f3
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.1";
version = "1.23.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-JEPGCwC81nAIphinwD6qvrkipaHTs3/kroArgqht/fQ=";
sha256 = "sha256-/jkzwFBBwkfymxmD6bXj0ZAlN4RV+UERg2kRtDyIV94=";
};
propagatedBuildInputs = [ requests yt-dlp ];