guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gallery-dl: Update to 1.20.3.


From: guix-commits
Subject: 02/02: gnu: gallery-dl: Update to 1.20.3.
Date: Tue, 8 Feb 2022 06:21:01 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 2c1cb323b0f14e5621d19469b7282e568ed42f62
Author: Jai Vetrivelan <jaivetrivelan@gmail.com>
AuthorDate: Tue Feb 8 06:45:16 2022 +0530

    gnu: gallery-dl: Update to 1.20.3.
    
    * gnu/packages/video.scm (gallery-dl): Update to 1.20.3.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 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 @@ the last played position, etc.")
 (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 @@ the last played position, etc.")
                                   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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]