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

gallery-dl: 1.24.2 -> 1.24.4
This commit is contained in:
Mario Rodas 2023-01-12 02:36:25 -05:00 committed by GitHub
commit 711a2d6def
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [