unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53863] [PATCH] gnu: gallery-dl: Update to 1.20.3.
@ 2022-02-08  1:15 Jai Vetrivelan
  2022-02-08 11:21 ` bug#53863: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: Jai Vetrivelan @ 2022-02-08  1:15 UTC (permalink / raw)
  To: 53863

[-- Attachment #1: 0001-gnu-gallery-dl-Update-to-1.20.3.patch --]
[-- Type: text/x-patch, Size: 1794 bytes --]

From 60da929c2cf15a264fb1d04100cbdcfa25a4469a Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@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@courrier.dev>
 ;;; Copyright © 2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
 ;;; Copyright © 2022 Bird <birdsite@airmail.cc>
+;;; Copyright © 2022 Jai Vetrivelan <jaivetrivelan@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





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

* bug#53863: [PATCH] gnu: gallery-dl: Update to 1.20.3.
  2022-02-08  1:15 [bug#53863] [PATCH] gnu: gallery-dl: Update to 1.20.3 Jai Vetrivelan
@ 2022-02-08 11:21 ` Julien Lepiller
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Lepiller @ 2022-02-08 11:21 UTC (permalink / raw)
  To: Jai Vetrivelan; +Cc: 53863-done

Pushed to master as 2c1cb323b0f14e5621d19469b7282e568ed42f62, thanks!


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

> From 60da929c2cf15a264fb1d04100cbdcfa25a4469a Mon Sep 17 00:00:00 2001
> From: Jai Vetrivelan <jaivetrivelan@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@courrier.dev>
>  ;;; Copyright © 2022 Denis 'GNUtoo' Carikli
> <GNUtoo@cyberdimension.org> ;;; Copyright © 2022 Bird
> <birdsite@airmail.cc> +;;; Copyright © 2022 Jai Vetrivelan
> <jaivetrivelan@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





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

end of thread, other threads:[~2022-02-08 13:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-08  1:15 [bug#53863] [PATCH] gnu: gallery-dl: Update to 1.20.3 Jai Vetrivelan
2022-02-08 11:21 ` bug#53863: " Julien Lepiller

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).