gallery-dl: 1.30.5 -> 1.30.6 (#442232)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-12 03:04:05 +00:00
committed by GitHub
+2 -2
View File
@@ -8,7 +8,7 @@
let
pname = "gallery-dl";
version = "1.30.5";
version = "1.30.6";
in
python3Packages.buildPythonApplication {
inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
owner = "mikf";
repo = "gallery-dl";
tag = "v${version}";
hash = "sha256-RsYg3DSiB6DWVlwAJT7iN7rNxUJqT5EAIGNEuMuIm8Y=";
hash = "sha256-UCioROzdfYYtTzKegEUNsF1ecKxbwW4k1cPygjpiXjo=";
};
build-system = [ python3Packages.setuptools ];