[PATCH] gnu: gallery-dl: Update to 1.27.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • msglm
Owner
unassigned
Submitted by
msglm
Severity
normal

Debbugs page

msglm wrote 9 months ago
(address . guix-patches@gnu.org)(name . msglm)(address . msglm@techchud.xyz)
20240614030114.7958-1-msglm@techchud.xyz
* gnu/packages/video.scm (gallery-dl): Update to 1.27.0.

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

Toggle diff (26 lines)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 387a2c8da9..e7e61303a9 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2837,7 +2837,7 @@ (define-public jellyfin-mpv-shim
(define-public gallery-dl
(package
(name "gallery-dl")
- (version "1.25.8")
+ (version "1.27.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mikf/gallery-dl"
@@ -2845,7 +2845,7 @@ (define-public gallery-dl
version ".tar.gz"))
(sha256
(base32
- "0dshv4j2gmvd2grwcvp1vsrqsji05r13jvw0cqi9srl66kvqbbga"))))
+ "17gkrz5cw2lfi12x3snzsmxvfk5373klkny1ny9070wp6qgadj6c"))))
(build-system python-build-system)
(inputs (list python-requests ffmpeg))
(home-page "https://github.com/mikf/gallery-dl")

base-commit: b8bbc186f04085a1721e9f7a4730d8a4291b1079
--
2.45.1
Christopher Baines wrote 9 months ago
(address . 71543-close@debbugs.gnu.org)
87ikya5e92.fsf@cbaines.net
msglm via Guix-patches via <guix-patches@gnu.org> writes:

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

Closing as a duplicate of #71542.
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmZtyZlfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XdD+Q/+N1p/43hJMZsijBjVSuaQXM5hzcbfNx7g
425auI+vJ3qvFrut7M/309803BqzD1hYmqpuT8WJ6bQVI3qbw3nfSzsK3x3SjNBn
HJOHhATevCOwKmkXOcm7iPXSyZTtmaRc08mCUOe4eSLguMtuNNgXxkOyw2MVun5q
0L0mhNaJMfij157How2J41zVHSfWB+En81ZDpG4hcQlyK6ORBMcrcMcQqy0iNpur
lnqA/ZKfvzAyjWGUuBxAKAVU6bbyXB5/N0no22LbYYPOVMrkrwuezjO6tRibfAa2
95WQslA+4wQOSL+KaYYrjSwOTUMbaqSEha5uc5RsnPWWMf1PUBgbiI+x6CdXbkJN
p87UwMytzOs1nEVRMw81WmbtSIzFuNlbfa7V0fNPpRsD55yBOjiY4x/8QrJ8ancc
PGyM0UWDXk25KPCUcI6RTdBTt/MeDD5bRJa6B0RI/UuoT1DxxEtFkTW5YSf2RSD1
xaZum5Rgg4mo3zM8nbVn+XfGE0h6LIWz4+ZsSjLiW2eLro9oF82glEt2jTIa00sa
HMLCoo0K6IGoKgYghUYQlCIo8dwsTubMcFoazaxSNvfzflE49NQiOW48L0glYpd8
HXIVNU2zx+Sz9y10tYKaR3bNnv+oBrb3CspH7somwxd5qN3wyT4F6hXzih+/OaOh
9X5eFbYThZU=
=/cO3
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 71543
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