gallery-dl: 1.32.5 -> 1.32.6 (#543140)

This commit is contained in:
Sandro
2026-07-18 12:57:12 +00:00
committed by GitHub

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 ];