GNU bug report logs - #53863
[PATCH] gnu: gallery-dl: Update to 1.20.3.

Previous Next

Package: guix-patches;

Reported by: Jai Vetrivelan <jaivetrivelan <at> gmail.com>

Date: Tue, 8 Feb 2022 01:17:01 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53863 in the body.
You can then email your comments to 53863 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#53863; Package guix-patches. (Tue, 08 Feb 2022 01:17:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jai Vetrivelan <jaivetrivelan <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 08 Feb 2022 01:17:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: gallery-dl: Update to 1.20.3.
Date: Tue, 08 Feb 2022 06:45:16 +0530
[0001-gnu-gallery-dl-Update-to-1.20.3.patch (text/x-patch, inline)]
From 60da929c2cf15a264fb1d04100cbdcfa25a4469a Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Date: Tue, 8 Feb 2022 06:19:15 +0530
Subject: [PATCH] gnu: gallery-dl: Update to 1.20.3.

* gnu/packages/video.scm (gallery-dl): Update to 1.20.3.
---
 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 b3e6e5ef7b..244d12028d 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -59,6 +59,7 @@
 ;;; Copyright © 2021 Pradana Aumars <paumars <at> courrier.dev>
 ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo <at> cyberdimension.org>
 ;;; Copyright © 2022 Bird <birdsite <at> airmail.cc>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2263,7 +2264,7 @@ (define-public smplayer
 (define-public gallery-dl
   (package
     (name "gallery-dl")
-    (version "1.20.1")
+    (version "1.20.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mikf/gallery-dl"
@@ -2271,7 +2272,7 @@ (define-public gallery-dl
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0qkz8aznvybdqrjxsl6ir319ras05mi8l0sal4mgi18l70jndh51"))))
+                "0mh57fbq9xkkhqiy7cq5ahwjp464hgxmkrvq0pxxr85212yrf7bd"))))
     (build-system python-build-system)
     (inputs (list python-requests ffmpeg))
     (home-page "https://github.com/mikf/gallery-dl")

base-commit: 64c599c9a33e83d64609a8791fcd8685fc1b9b61
prerequisite-patch-id: 019ac4d3b1d8438a3018d10851691e62fce6f1f4
prerequisite-patch-id: 0169806bce1ded7b0b2eeef70da8763216793326
-- 
2.34.0





Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Tue, 08 Feb 2022 11:22:01 GMT) Full text and rfc822 format available.

Notification sent to Jai Vetrivelan <jaivetrivelan <at> gmail.com>:
bug acknowledged by developer. (Tue, 08 Feb 2022 11:22:02 GMT) Full text and rfc822 format available.

Message #10 received at 53863-done <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
Cc: 53863-done <at> debbugs.gnu.org
Subject: Re: [bug#53863] [PATCH] gnu: gallery-dl: Update to 1.20.3.
Date: Tue, 8 Feb 2022 12:21:32 +0100
Pushed to master as 2c1cb323b0f14e5621d19469b7282e568ed42f62, thanks!


Le Tue, 08 Feb 2022 06:45:16 +0530,
Jai Vetrivelan <jaivetrivelan <at> gmail.com> a écrit :

> From 60da929c2cf15a264fb1d04100cbdcfa25a4469a Mon Sep 17 00:00:00 2001
> From: Jai Vetrivelan <jaivetrivelan <at> gmail.com>
> Date: Tue, 8 Feb 2022 06:19:15 +0530
> Subject: [PATCH] gnu: gallery-dl: Update to 1.20.3.
> 
> * gnu/packages/video.scm (gallery-dl): Update to 1.20.3.
> ---
>  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 b3e6e5ef7b..244d12028d 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -59,6 +59,7 @@
>  ;;; Copyright © 2021 Pradana Aumars <paumars <at> courrier.dev>
>  ;;; Copyright © 2022 Denis 'GNUtoo' Carikli
> <GNUtoo <at> cyberdimension.org> ;;; Copyright © 2022 Bird
> <birdsite <at> airmail.cc> +;;; Copyright © 2022 Jai Vetrivelan
> <jaivetrivelan <at> gmail.com> ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -2263,7 +2264,7 @@ (define-public smplayer
>  (define-public gallery-dl
>    (package
>      (name "gallery-dl")
> -    (version "1.20.1")
> +    (version "1.20.3")
>      (source (origin
>                (method url-fetch)
>                (uri (string-append
> "https://github.com/mikf/gallery-dl" @@ -2271,7 +2272,7 @@
> (define-public gallery-dl version ".tar.gz"))
>                (sha256
>                 (base32
> -
> "0qkz8aznvybdqrjxsl6ir319ras05mi8l0sal4mgi18l70jndh51"))))
> +
> "0mh57fbq9xkkhqiy7cq5ahwjp464hgxmkrvq0pxxr85212yrf7bd"))))
> (build-system python-build-system) (inputs (list python-requests
> ffmpeg)) (home-page "https://github.com/mikf/gallery-dl")
> 
> base-commit: 64c599c9a33e83d64609a8791fcd8685fc1b9b61
> prerequisite-patch-id: 019ac4d3b1d8438a3018d10851691e62fce6f1f4
> prerequisite-patch-id: 0169806bce1ded7b0b2eeef70da8763216793326





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 08 Mar 2022 12:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 107 days ago.

Previous Next


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