gallery-dl: 1.32.1 -> 1.32.5

This commit is contained in:
R. Ryantm
2026-06-30 12:08:17 +00:00
parent 2c51b55beb
commit 0c091746bd
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "gallery-dl";
version = "1.32.1";
version = "1.32.5";
pyproject = true;
src = fetchFromCodeberg {
owner = "mikf";
repo = "gallery-dl";
tag = "v${finalAttrs.version}";
hash = "sha256-5GVwCVpoxpC32VHh1Ju50bhtvwTmZQnuqEIPFu99njQ=";
hash = "sha256-6E4PgJ6VWI0c6TyQOZ0siqsMxNNLpymy8/rANWaBVnU=";
};
build-system = [ python3Packages.setuptools ];