gallery-dl: 1.29.1 -> 1.29.2

This commit is contained in:
R. Ryantm
2025-03-16 02:47:44 +00:00
parent 1a4711b6be
commit 3483e058ac
+2 -2
View File
@@ -8,7 +8,7 @@
let
pname = "gallery-dl";
version = "1.29.1";
version = "1.29.2";
in
python3Packages.buildPythonApplication {
inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
owner = "mikf";
repo = "gallery-dl";
tag = "v${version}";
hash = "sha256-NOKnR6+evDEYna+k7FdR5vJBtUwRnX9oaIDT4LkNLjg=";
hash = "sha256-vr+qvztNtFMnDzi0GGX10eZCj5EqXj03OnIXudvrumU=";
};
build-system = [ python3Packages.setuptools ];