mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 14:20:19 +00:00
gallery-dl: 1.30.4 -> 1.30.5
Changelog: https://github.com/mikf/gallery-dl/blob/v1.30.5/CHANGELOG.md
Signed-off-by: Ludovico Piero <lewdovico@gnuweeb.org>
(cherry picked from commit b5b19bf460)
This commit is contained in:
committed by
Michael Daniels
parent
2253cda71a
commit
d1d7bd262b
@@ -8,7 +8,7 @@
|
||||
|
||||
let
|
||||
pname = "gallery-dl";
|
||||
version = "1.30.4";
|
||||
version = "1.30.5";
|
||||
in
|
||||
python3Packages.buildPythonApplication {
|
||||
inherit pname version;
|
||||
@@ -18,7 +18,7 @@ python3Packages.buildPythonApplication {
|
||||
owner = "mikf";
|
||||
repo = "gallery-dl";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-fDLtB3l682+APcOkvQCPAfxCqWhjEi2E7sEU617fzyg=";
|
||||
hash = "sha256-RsYg3DSiB6DWVlwAJT7iN7rNxUJqT5EAIGNEuMuIm8Y=";
|
||||
};
|
||||
|
||||
build-system = [ python3Packages.setuptools ];
|
||||
|
||||
Reference in New Issue
Block a user