[PATCH] gnu: gallery-dl: Update to 1.27.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Artyom V. Poptsov
Owner
unassigned
Submitted by
Artyom V. Poptsov
Severity
normal

Debbugs page

Artyom V. Poptsov wrote 7 months ago
(address . guix-patches@gnu.org)(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)
a420cb55390a41fa401a9e6b72c5d937493c1023.1723632502.git.poptsov.artyom@gmail.com
* gnu/packages/video.scm (gallery-dl): Update to 1.27.3.

Change-Id: I469428a20c8426a75fdf5f3b5a275591d21a2b4e
---
gnu/packages/video.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (34 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index f1087994fd..395c3a0978 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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 @@ (define-public jellyfin-mpv-shim
(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 @@ (define-public gallery-dl
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")

base-commit: 4bd880624978dfd0c14c7f751b8b725c2d2e7d22
--
2.45.2
Christopher Baines wrote 7 months ago
(name . Artyom V. Poptsov)(address . poptsov.artyom@gmail.com)(address . 72619-done@debbugs.gnu.org)
87msl4ok2f.fsf@cbaines.net
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> writes:

Toggle quote (7 lines)
> * gnu/packages/video.scm (gallery-dl): Update to 1.27.3.
>
> Change-Id: I469428a20c8426a75fdf5f3b5a275591d21a2b4e
> ---
> gnu/packages/video.scm | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)

Thanks, pushed to master as 2a1d506f2a0dda20f020d608beb694f5f5879d68.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmbHJWhfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XepUBAAg7nCaxU+OGr3/HicQLwxTJHaIORE5f3i
JC+ZWiLrrCpy7XA1wAgEWApG5xz8H196bEk71vfBjvBEfqfsN1vXdA07ud3FFHs/
n8xCa8lB6TiHxYslstggMc1XQvUmdJGNEDHH3eRjWDCP78Ojq5Tkaw0McTjMaVWf
biXRvEWz6GVJ9nFT36XGSDdiqxVgO/VLoQJAgyxytSV+jZfTFTJrDCtHLl7sXfiy
Kl2eLqbaWI2EDKWn/6AJG4vlme7D1WZbVlDxa/O6fkcaiDnH4v8SaTtsgtat8L+R
/TfKl97VE23Acr0krLgzw8Tp2pLAjjIkSKgYzK3mEpCqzwJZPKdY+D7Zt3emZPww
BdSYVY/NN6EJ6uUpVZTgj6o619ouT+uN43eLa45pQSdjl37LhTzioVxbmjV9adEq
FEDdT+APDO2yTkywLooskl1Uz4KFOodFuO28qW6Um2IjV1ffnEv8GOiHiVjIM6ff
7/6dd5jNdHaWOQjhkGFO/AKyjjaEzLeS/1pa3Lmh4M6riVXG0m4VygxIw3VTwXVx
PS3Fb392ZYEy/nHkZM1G/ApirCXGyV3ExQSstOJA4C20nTlfEEskO9BBz7F9bSS3
UC6yihgrNdVifSEAIsk44WRUW3+KytwD5WVQITNu3dKGKdwJ7Ar5tgiCM6qu/u0b
+89okwjTLB0=
=wTIf
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 72619@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72619
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help