gallery-dl: 1.25.6 -> 1.25.7

Changelog: https://github.com/mikf/gallery-dl/blob/v1.25.7/CHANGELOG.md
This commit is contained in:
Mario Rodas 2023-07-03 04:20:00 +00:00
parent ca8e191144
commit aede03d510

View file

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "gallery-dl";
version = "1.25.6";
version = "1.25.7";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "gallery_dl";
sha256 = "sha256-CCTO/1t6lIK2nQKtqgWq0HAm760t5tOhg8v99zUkY/U=";
sha256 = "sha256-iBv7Zh/kWY/kY01mniabGNSIp3PLiYK6IMINw51fNdk=";
};
propagatedBuildInputs = [