1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: ffmpegthumbs: Update to 25.12.0.

* gnu/packages/kde-multimedia.scm (ffmpegthumbs): Update to 25.12.0.

Change-Id: Id84c9fdf118827f87884b2e5cc2f744800775ea9
This commit is contained in:
Sughosha
2025-12-14 19:26:34 +05:30
parent f20f08f02f
commit 58ab65e40a
+2 -2
View File
@@ -446,14 +446,14 @@ its own database. You can build and play your own playlist.")
(define-public ffmpegthumbs
(package
(name "ffmpegthumbs")
(version "25.08.3")
(version "25.12.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ffmpegthumbs-" version ".tar.xz"))
(sha256
(base32 "0qj9r26jgjfjw7wrdbxzbgj0wvn5f09gq8j585gq3687llqx3v44"))))
(base32 "1kvbrifg06hrwzbni5nrlpywy5c5rqdmkkljc03fsmxgs7plwy74"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))