gallery-dl: 1.26.3 -> 1.26.4

This commit is contained in:
Danilo Reyes 2023-12-17 11:46:49 -06:00
parent b0ba41317d
commit efccae3227

View File

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "gallery-dl";
version = "1.26.3";
version = "1.26.4";
format = "setuptools";
src = fetchPypi {
inherit version;
pname = "gallery_dl";
sha256 = "sha256-M8EP0YbyJhOUPrghYA2jDQ/CpyD98d27l94uEj4YEpM=";
sha256 = "sha256-qoNWH7fomOQEdOz0+sEXtfhXItPofSMbDvQCmHcOPXo=";
};
propagatedBuildInputs = [