guix-commits
[Top][All Lists]
Advanced

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

324/332: gnu: ffmpegthumbs: Update to 23.04.3.


From: guix-commits
Subject: 324/332: gnu: ffmpegthumbs: Update to 23.04.3.
Date: Wed, 2 Aug 2023 10:37:16 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 0ab7d9a8ef438667c8bca74c71db3a6c04872237
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Mon Jul 31 18:31:00 2023 +0800

    gnu: ffmpegthumbs: Update to 23.04.3.
    
    * gnu/packages/kde-multimedia.scm (ffmpegthumbs): Update to 23.04.3.
---
 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 b1616d8a59..b5e513328b 100644
--- a/gnu/packages/kde-multimedia.scm
+++ b/gnu/packages/kde-multimedia.scm
@@ -228,14 +228,14 @@ its own database.  You can build and play your own 
playlist.")
 (define-public ffmpegthumbs
   (package
     (name "ffmpegthumbs")
-    (version "22.04.3")
+    (version "23.04.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/ffmpegthumbs-" version ".tar.xz"))
        (sha256
-        (base32 "1jl7l3n2lfg71kbzwjn5nrm3qlgilhnvs67iil162mnv52gf3c0v"))))
+        (base32 "02wvhjqqird55xcs4kkj0s7nam4vqh3khjz5f1mjqfnk62sj1plx"))))
     (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]