Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

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 b5b19bf460bf3269e15616792fb8c38a7e61437e)

authored by Ludovico Piero and committed by Michael Daniels d1d7bd26 2253cda7

Changed files
+2 -2
pkgs
by-name
ga
gallery-dl
+2 -2
pkgs/by-name/ga/gallery-dl/package.nix
··· 8 8 9 9 let 10 10 pname = "gallery-dl"; 11 - version = "1.30.4"; 11 + version = "1.30.5"; 12 12 in 13 13 python3Packages.buildPythonApplication { 14 14 inherit pname version; ··· 18 18 owner = "mikf"; 19 19 repo = "gallery-dl"; 20 20 tag = "v${version}"; 21 - hash = "sha256-fDLtB3l682+APcOkvQCPAfxCqWhjEi2E7sEU617fzyg="; 21 + hash = "sha256-RsYg3DSiB6DWVlwAJT7iN7rNxUJqT5EAIGNEuMuIm8Y="; 22 22 }; 23 23 24 24 build-system = [ python3Packages.setuptools ];