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

gallery-dl: 1.25.8 -> 1.26.0
This commit is contained in:
Mario Rodas 2023-10-04 05:23:46 -05:00 committed by GitHub
commit 55218efb4c
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.25.8";
version = "1.26.0";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "gallery_dl";
sha256 = "sha256-6q2F9zSGZp0iZoBvOUIuIEqNs97hbsbzE23XJyTZUDc=";
sha256 = "sha256-+g4tfr7RF9rrimQcXhcz3o/Cx9xLNrTDV1Fx7XSxh7I=";
};
propagatedBuildInputs = [