all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71542] [PATCH] gnu: gallery-dl: Update to 1.27.0
@ 2024-06-14  2:19 msglm via Guix-patches via
  2024-06-15 17:03 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: msglm via Guix-patches via @ 2024-06-14  2:19 UTC (permalink / raw)
  To: 71542; +Cc: msglm, lars, marius, me, sharlatanus, tanguy, jgart

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#71542] [PATCH] gnu: gallery-dl: Update to 1.27.0
  2024-06-14  2:19 [bug#71542] [PATCH] gnu: gallery-dl: Update to 1.27.0 msglm via Guix-patches via
@ 2024-06-15 17:03 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-06-15 17:03 UTC (permalink / raw)
  To: 71542; +Cc: 71542-done

[-- Attachment #1: Type: text/plain, Size: 369 bytes --]

msglm via Guix-patches via <guix-patches@gnu.org> writes:

> * 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(-)

Thanks for the patch, I've pushed this to master as
612e4dd98f7d1d015e405af9d029bede3fe3c280.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-15 17:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-14  2:19 [bug#71542] [PATCH] gnu: gallery-dl: Update to 1.27.0 msglm via Guix-patches via
2024-06-15 17:03 ` Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.