gallery-dl: 1.31.10 -> 1.32.1

This commit is contained in:
R. Ryantm
2026-05-09 07:13:32 +00:00
parent d6da78bc91
commit 33802474b1

View File

@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "gallery-dl";
version = "1.31.10";
version = "1.32.1";
pyproject = true;
src = fetchFromCodeberg {
owner = "mikf";
repo = "gallery-dl";
tag = "v${finalAttrs.version}";
hash = "sha256-npt9jbBBHgjURmayhNgkSTQZYLC1aysDR83dLOm2Z/s=";
hash = "sha256-5GVwCVpoxpC32VHh1Ju50bhtvwTmZQnuqEIPFu99njQ=";
};
build-system = [ python3Packages.setuptools ];