guix-commits
[Top][All Lists]
Advanced

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

04/13: gnu: gallery-dl: Update to 1.25.8.


From: guix-commits
Subject: 04/13: gnu: gallery-dl: Update to 1.25.8.
Date: Fri, 21 Jul 2023 21:26:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0a622853506b82b2f9ac8fa5c9a396c8a0570843
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:02 2023 +0200

    gnu: gallery-dl: Update to 1.25.8.
    
    * gnu/packages/video.scm (gallery-dl): Update to 1.25.8.
---
 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 0aa149051c..e366f0d2e0 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -2338,7 +2338,7 @@ the last played position, etc.")
 (define-public gallery-dl
   (package
     (name "gallery-dl")
-    (version "1.25.1")
+    (version "1.25.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/mikf/gallery-dl";
@@ -2346,7 +2346,7 @@ the last played position, etc.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "1zhcd5qnnlmr0qp72rj4bfw0lz4gz1bl65wfn7w21c2xr36nbkxs"))))
+                "0dshv4j2gmvd2grwcvp1vsrqsji05r13jvw0cqi9srl66kvqbbga"))))
     (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]