gallery-dl: 1.26.4 -> 1.26.5

Changelog: https://github.com/mikf/gallery-dl/blob/v1.26.5/CHANGELOG.md
This commit is contained in:
Mario Rodas 2023-12-23 04:20:00 +00:00
parent 89b1c37150
commit 8a74bae8fa

View File

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "gallery-dl";
version = "1.26.4";
version = "1.26.5";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "gallery_dl";
sha256 = "sha256-qoNWH7fomOQEdOz0+sEXtfhXItPofSMbDvQCmHcOPXo=";
sha256 = "sha256-XlHfCPwTgy66CiIvEu/NU8gNXfLg+8i98anngyeRfGU=";
};
propagatedBuildInputs = [