GNU bug report logs -
#54018
[PATCH] gnu: gallery-dl: Update to 1.20.5.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#54018: [PATCH] gnu: gallery-dl: Update to 1.20.5.
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 54018 <at> debbugs.gnu.org.
--
54018: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54018
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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 <at> 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
[Message part 3 (message/rfc822, inline)]
[0001-gnu-gallery-dl-Update-to-1.20.5.patch (text/patch, inline)]
From 2d6d8be194e41bcc878d0a065520bf6fea737965 Mon Sep 17 00:00:00 2001
From: Jai Vetrivelan <jaivetrivelan <at> 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
This bug report was last modified 3 years and 126 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.