gnu: gallery-dl: Update to 1.27.4.

* gnu/packages/video.scm (gallery-dl): Update to 1.27.4.

Change-Id: If56710918cf1606442a5b083c1995a7e9f3c2963
Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
Artyom V. Poptsov 2024-09-09 23:11:47 +03:00 committed by jgart
parent 721ba07e24
commit 056859150c
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35

View File

@ -2871,7 +2871,7 @@ Jellyfin. It has support for various media files without transcoding.")
(define-public gallery-dl
(package
(name "gallery-dl")
(version "1.27.3")
(version "1.27.4")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mikf/gallery-dl"
@ -2879,7 +2879,7 @@ Jellyfin. It has support for various media files without transcoding.")
version ".tar.gz"))
(sha256
(base32
"08j9spy3vzqc8xq5a8cps073qxf46mn9jfsz750p09i2fipfgf90"))))
"13qq16fi6zq356qbnwb8a898m7gq20r67j2lmb4g37389yqvkk6v"))))
(build-system python-build-system)
(inputs (list python-requests ffmpeg))
(home-page "https://github.com/mikf/gallery-dl")