gallery-dl: 1.30.4 -> 1.30.5

Changelog: https://github.com/mikf/gallery-dl/blob/v1.30.5/CHANGELOG.md

Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
(cherry picked from commit b5b19bf460)
This commit is contained in:
Ludovico Piero
2025-08-25 01:36:10 +09:00
committed by Michael Daniels
parent 2253cda71a
commit d1d7bd262b

View File

@@ -8,7 +8,7 @@
let
pname = "gallery-dl";
version = "1.30.4";
version = "1.30.5";
in
python3Packages.buildPythonApplication {
inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
owner = "mikf";
repo = "gallery-dl";
tag = "v${version}";
hash = "sha256-fDLtB3l682+APcOkvQCPAfxCqWhjEi2E7sEU617fzyg=";
hash = "sha256-RsYg3DSiB6DWVlwAJT7iN7rNxUJqT5EAIGNEuMuIm8Y=";
};
build-system = [ python3Packages.setuptools ];