gallery-dl: 1.32.5 -> 1.32.6

This commit is contained in:
R. Ryantm
2026-07-18 06:35:21 +00:00
parent fbbddf225f
commit 6d5278a1c1

View File

@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "gallery-dl";
version = "1.32.5";
version = "1.32.6";
pyproject = true;
src = fetchFromCodeberg {
owner = "mikf";
repo = "gallery-dl";
tag = "v${finalAttrs.version}";
hash = "sha256-6E4PgJ6VWI0c6TyQOZ0siqsMxNNLpymy8/rANWaBVnU=";
hash = "sha256-EWNKcFMrZG3WAcuKyVBk1u+4qn/a9gWt3QMc5Lu82es=";
};
build-system = [ python3Packages.setuptools ];