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

gallery-dl: 1.26.4 -> 1.26.5
This commit is contained in:
Mario Rodas
2023-12-23 15:19:27 -05:00
committed by GitHub
@@ -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 = [