gallery-dl: 1.29.6 -> 1.29.7 (#410538)

This commit is contained in:
Peder Bergebakken Sundt
2025-05-28 02:32:56 +02:00
committed by GitHub
+2 -2
View File
@@ -8,7 +8,7 @@
let
pname = "gallery-dl";
version = "1.29.6";
version = "1.29.7";
in
python3Packages.buildPythonApplication {
inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
owner = "mikf";
repo = "gallery-dl";
tag = "v${version}";
hash = "sha256-D/HPAnIwCAfwzBrteGkZSMHFvXDPQLF4bHKDwppdkzc=";
hash = "sha256-OngtJ6E7Gvr+/5Vjv1vepPVVksNDRlXZkU9yMYRvh2k=";
};
build-system = [ python3Packages.setuptools ];