GNU bug report logs - #71542
[PATCH] gnu: gallery-dl: Update to 1.27.0

Previous Next

Package: guix-patches;

Reported by: msglm <msglm <at> techchud.xyz>

Date: Fri, 14 Jun 2024 02:21:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: msglm <msglm <at> techchud.xyz>
Subject: bug#71542: closed (Re: [bug#71542] [PATCH] gnu: gallery-dl:
 Update to 1.27.0)
Date: Sat, 15 Jun 2024 18:00:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 71542 <at> debbugs.gnu.org.

-- 
71542: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=71542
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: msglm via Guix-patches via <guix-patches <at> gnu.org>
Cc: 71542-done <at> debbugs.gnu.org
Subject: Re: [bug#71542] [PATCH] gnu: gallery-dl: Update to 1.27.0
Date: Sat, 15 Jun 2024 18:03:50 +0100
[Message part 3 (text/plain, inline)]
msglm via Guix-patches via <guix-patches <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: msglm <msglm <at> techchud.xyz>
To: guix-patches <at> gnu.org
Cc: msglm <msglm <at> techchud.xyz>
Subject: [PATCH] gnu: gallery-dl: Update to 1.27.0
Date: Thu, 13 Jun 2024 21:19:38 -0500
* 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




This bug report was last modified 338 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.