gallery-dl: 1.24.1 -> 1.24.2

This commit is contained in:
R. Ryantm 2022-12-23 17:52:29 +00:00
parent b10a520017
commit cd1eb364e9

View File

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "gallery-dl";
version = "1.24.1";
version = "1.24.2";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "gallery_dl";
sha256 = "sha256-pjm410aT4+Lj3PBAlibmglNPGlmBgkRoHAg7JrIDp0s=";
sha256 = "sha256-KqDprKoqpbNpUrM7nAYj71cuMh6U3s65kqVTW2cHeLc=";
};
propagatedBuildInputs = [