gallery-dl: 1.25.7 -> 1.25.8

Changelog: https://github.com/mikf/gallery-dl/blob/v1.25.8/CHANGELOG.md
This commit is contained in:
Mario Rodas 2023-07-15 04:20:00 +00:00
parent be7845cad1
commit d433e1db20

View file

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "gallery-dl";
version = "1.25.7";
version = "1.25.8";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "gallery_dl";
sha256 = "sha256-iBv7Zh/kWY/kY01mniabGNSIp3PLiYK6IMINw51fNdk=";
sha256 = "sha256-6q2F9zSGZp0iZoBvOUIuIEqNs97hbsbzE23XJyTZUDc=";
};
propagatedBuildInputs = [