gallery-dl: 1.24.2 -> 1.24.4

https://github.com/mikf/gallery-dl/releases/tag/v1.24.4
This commit is contained in:
Mario Rodas 2023-01-12 04:20:00 +00:00
parent 83ba52e31a
commit 9afc5a23d5

View file

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "gallery-dl";
version = "1.24.2";
version = "1.24.4";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "gallery_dl";
sha256 = "sha256-KqDprKoqpbNpUrM7nAYj71cuMh6U3s65kqVTW2cHeLc=";
sha256 = "sha256-g+nbHpbo6O4zoDJm6MRwCXY9pM73NV7RKR59s+8LM10=";
};
propagatedBuildInputs = [