cbaines pushed a commit to branch master
in repository guix.
commit 2a1d506f2a0dda20f020d608beb694f5f5879d68
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Wed Aug 14 13:48:22 2024 +0300
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 <[email protected]>
---
gnu/packages/video.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9cd67ba694..7d22d2f8f7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -68,6 +68,7 @@
;;; Copyright © 2023 Saku Laesvuori <[email protected]>
;;; Copyright © 2023 Jaeme Sifat <[email protected]>
;;; Copyright © 2023 Zheng Junjie <[email protected]>
+;;; Copyright © 2024 Artyom V. Poptsov <[email protected]>
;;;
;;; 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")