guix-commits
[Top][All Lists]
Advanced

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

230/255: gnu: ffmpegthumbs: Update to 24.08.3.


From: guix-commits
Subject: 230/255: gnu: ffmpegthumbs: Update to 24.08.3.
Date: Mon, 2 Dec 2024 09:32:52 -0500 (EST)

z572 pushed a commit to branch kde-team
in repository guix.

commit 04eb1d5bba6370ff44ebbfd5144b4339f93c9b99
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Mon Dec 2 20:06:01 2024 +0800

    gnu: ffmpegthumbs: Update to 24.08.3.
    
    * gnu/packages/kde-multimedia.scm (ffmpegthumbs): Update to 24.08.3.
    
    Change-Id: Idcdc3800870f32f08ea193e0a7b0d4a2466eaf00
---
 gnu/packages/kde-multimedia.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm
index d889d185c3..0ae55082e6 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -254,14 +254,14 @@ its own database.  You can build and play your own 
playlist.")
 (define-public ffmpegthumbs
   (package
     (name "ffmpegthumbs")
-    (version "24.05.2")
+    (version "24.08.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/ffmpegthumbs-" version ".tar.xz"))
        (sha256
-        (base32 "1b7jajn7mr5g6k9j3b0b8qng175748w9qd2bxj3v0sksi7ayn4bw"))))
+        (base32 "1i6aqfly95jjcszvw6sqvng15sk4bdxhs3qknwl8hwz6d063ci8r"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config))



reply via email to

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