gnu: gallery-dl: Update to 1.27.3.

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

Change-Id: I469428a20c8426a75fdf5f3b5a275591d21a2b4e
Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Artyom V. Poptsov 2024-08-14 13:48:22 +03:00 committed by Christopher Baines
parent 14e3b08f00
commit 2a1d506f2a
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -68,6 +68,7 @@
;;; Copyright © 2023 Saku Laesvuori <saku@laesvuori.fi>
;;; Copyright © 2023 Jaeme Sifat <jaeme@runbox.com>
;;; Copyright © 2023 Zheng Junjie <873216071@qq.com>
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@ -2828,7 +2829,7 @@ Jellyfin. It has support for various media files without transcoding.")
(define-public gallery-dl
(package
(name "gallery-dl")
(version "1.27.0")
(version "1.27.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mikf/gallery-dl"
@ -2836,7 +2837,7 @@ Jellyfin. It has support for various media files without transcoding.")
version ".tar.gz"))
(sha256
(base32
"17gkrz5cw2lfi12x3snzsmxvfk5373klkny1ny9070wp6qgadj6c"))))
"08j9spy3vzqc8xq5a8cps073qxf46mn9jfsz750p09i2fipfgf90"))))
(build-system python-build-system)
(inputs (list python-requests ffmpeg))
(home-page "https://github.com/mikf/gallery-dl")