Merge pull request #168026 from r-ryantm/auto-update/gallery_dl

gallery-dl: 1.21.0 -> 1.21.1
This commit is contained in:
Pascal Bach 2022-04-09 21:17:20 +02:00 committed by GitHub
commit d6a504cbff
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.21.0";
version = "1.21.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-D/K+C7IX4VGv+FFYuPQEqwVYSjiDcSeElVunVMiFWI8=";
sha256 = "sha256-oLVrYM7F9JFDYgQL/XgJS9LeUexqcSlvmkwyAk1bpoY=";
};
propagatedBuildInputs = [ requests yt-dlp ];