gallery-dl: 1.31.3 -> 1.31.4

This commit is contained in:
R. Ryantm
2026-01-25 07:23:40 +00:00
parent 2583202cf4
commit bdeb73b02e
+2 -2
View File
@@ -8,7 +8,7 @@
let
pname = "gallery-dl";
version = "1.31.3";
version = "1.31.4";
in
python3Packages.buildPythonApplication {
inherit pname version;
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
owner = "mikf";
repo = "gallery-dl";
tag = "v${version}";
hash = "sha256-vheQA67lPeYt7wly/4AbiReDx9ZlUbgqxT5YTxI0gVo=";
hash = "sha256-oK1NgLZc+aTD2zr5L0hkWGrpzCqv1TkupvB47r5nZXs=";
};
build-system = [ python3Packages.setuptools ];