unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54018] [PATCH] gnu: gallery-dl: Update to 1.20.5.
@ 2022-02-16  1:06 Jai Vetrivelan
  2022-02-16 12:46 ` [bug#54018] video.scm? (was: [PATCH] gnu: gallery-dl: Update to 1.20.5.) Jai Vetrivelan
  2022-02-16 16:10 ` bug#54018: [PATCH] gnu: gallery-dl: Update to 1.20.5 Leo Famulari
  0 siblings, 2 replies; 4+ messages in thread
From: Jai Vetrivelan @ 2022-02-16  1:06 UTC (permalink / raw)
  To: 54018

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0001-gnu-gallery-dl-Update-to-1.20.5.patch --]
[-- Type: text/patch, Size: 1303 bytes --]

From 2d6d8be194e41bcc878d0a065520bf6fea737965 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan@gmail.com>
Date: Wed, 16 Feb 2022 06:35:38 +0530
Subject: [PATCH] gnu: gallery-dl: Update to 1.20.5.

* gnu/packages/video.scm (gallery-dl): Update to 1.20.5.
---
 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 b0c5e5be1f..e430cf1545 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2263,7 +2263,7 @@ (define-public smplayer
 (define-public gallery-dl
   (package
     (name "gallery-dl")
-    (version "1.20.3")
+    (version "1.20.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mikf/gallery-dl"
@@ -2271,7 +2271,7 @@ (define-public gallery-dl
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0mh57fbq9xkkhqiy7cq5ahwjp464hgxmkrvq0pxxr85212yrf7bd"))))
+                "0149hd4nh7bk2yqjdnvrkvag5mwgsb6gxrgfcd88q4cv3k2ji42h"))))
     (build-system python-build-system)
     (inputs (list python-requests ffmpeg))
     (home-page "https://github.com/mikf/gallery-dl")

base-commit: 52269e27c628d34af896e95347870b1755cb3e5f
-- 
2.34.0





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

* [bug#54018] video.scm? (was: [PATCH] gnu: gallery-dl: Update to 1.20.5.)
  2022-02-16  1:06 [bug#54018] [PATCH] gnu: gallery-dl: Update to 1.20.5 Jai Vetrivelan
@ 2022-02-16 12:46 ` Jai Vetrivelan
  2022-02-16 16:12   ` Leo Famulari
  2022-02-16 16:10 ` bug#54018: [PATCH] gnu: gallery-dl: Update to 1.20.5 Leo Famulari
  1 sibling, 1 reply; 4+ messages in thread
From: Jai Vetrivelan @ 2022-02-16 12:46 UTC (permalink / raw)
  To: 54018

Why is this package in video.scm?  As far as I understand, the primary
function of gallery-dl is not downloading videos.

Would it be better if the package definition existed somewhere else?
-- 
Jai Vetrivelan




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

* bug#54018: [PATCH] gnu: gallery-dl: Update to 1.20.5.
  2022-02-16  1:06 [bug#54018] [PATCH] gnu: gallery-dl: Update to 1.20.5 Jai Vetrivelan
  2022-02-16 12:46 ` [bug#54018] video.scm? (was: [PATCH] gnu: gallery-dl: Update to 1.20.5.) Jai Vetrivelan
@ 2022-02-16 16:10 ` Leo Famulari
  1 sibling, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2022-02-16 16:10 UTC (permalink / raw)
  To: Jai Vetrivelan; +Cc: 54018-done

On Wed, Feb 16, 2022 at 06:36:23AM +0530, Jai Vetrivelan wrote:
> From 2d6d8be194e41bcc878d0a065520bf6fea737965 Mon Sep 17 00:00:00 2001
> From: Jai Vetrivelan <jaivetrivelan@gmail.com>
> Date: Wed, 16 Feb 2022 06:35:38 +0530
> Subject: [PATCH] gnu: gallery-dl: Update to 1.20.5.
> 
> * gnu/packages/video.scm (gallery-dl): Update to 1.20.5.

Thanks! Pushed as e93c3d441453a72f9e6223e65c24779a117a90b1




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

* [bug#54018] video.scm? (was: [PATCH] gnu: gallery-dl: Update to 1.20.5.)
  2022-02-16 12:46 ` [bug#54018] video.scm? (was: [PATCH] gnu: gallery-dl: Update to 1.20.5.) Jai Vetrivelan
@ 2022-02-16 16:12   ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2022-02-16 16:12 UTC (permalink / raw)
  To: Jai Vetrivelan; +Cc: 54018

On Wed, Feb 16, 2022 at 06:16:03PM +0530, Jai Vetrivelan wrote:
> Why is this package in video.scm?  As far as I understand, the primary
> function of gallery-dl is not downloading videos.

The description says that it can download video galleries, and the name
of the program seems to be modeled after 'youtube-dl'.

> Would it be better if the package definition existed somewhere else?

No, it wouldn't be better or worse if it was in another module.

However, moving packages between modules is something we avoid doing
without a concrete justification, because it makes the Git history of a
package harder to understand and breaks 3rd-party channels. We don't go
out of our way to avoid breaking 3rd-party channels, but we shouldn't do
it gratuitously either.




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

end of thread, other threads:[~2022-02-16 16:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-16  1:06 [bug#54018] [PATCH] gnu: gallery-dl: Update to 1.20.5 Jai Vetrivelan
2022-02-16 12:46 ` [bug#54018] video.scm? (was: [PATCH] gnu: gallery-dl: Update to 1.20.5.) Jai Vetrivelan
2022-02-16 16:12   ` Leo Famulari
2022-02-16 16:10 ` bug#54018: [PATCH] gnu: gallery-dl: Update to 1.20.5 Leo Famulari

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).