gallery-dl: 1.21.0 -> 1.21.1

This commit is contained in:
R. Ryantm
2022-04-09 18:31:51 +00:00
parent 2e8714c5fc
commit 1c334eff79
@@ -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 ];