Skip to content

Commit 58d5acd

Browse files
committed
gallery-dl: 1.29.2 -> 1.29.3
Changelog: https://github.com/mikf/gallery-dl/releases/tag/v1.29.3 Diff: mikf/[email protected]
1 parent f94da0f commit 58d5acd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/ga/gallery-dl/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
let
1010
pname = "gallery-dl";
11-
version = "1.29.2";
11+
version = "1.29.3";
1212
in
1313
python3Packages.buildPythonApplication {
1414
inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
1818
owner = "mikf";
1919
repo = "gallery-dl";
2020
tag = "v${version}";
21-
hash = "sha256-vr+qvztNtFMnDzi0GGX10eZCj5EqXj03OnIXudvrumU=";
21+
hash = "sha256-LzMiJxMl6IWtUloWxBAMLvkhnTQpHkz/gjWl5gW2sZ0=";
2222
};
2323

2424
build-system = [ python3Packages.setuptools ];

0 commit comments

Comments
 (0)