1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-16 23:30:29 +02:00

gnu: ffmpegthumbs: Update to 25.08.2.

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

Change-Id: If21d2759128a164b5613afbd93c677e4bdd3e38f
This commit is contained in:
Sughosha
2025-10-10 13:54:54 +05:30
committed by Andreas Enge
parent 73614a0c38
commit db4e079883

View File

@@ -488,14 +488,14 @@ its own database. You can build and play your own playlist.")
(define-public ffmpegthumbs
(package
(name "ffmpegthumbs")
(version "25.08.1")
(version "25.08.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ffmpegthumbs-" version ".tar.xz"))
(sha256
(base32 "1pyvjggjrhzvbiyafba9pcxbixg74ip6clbzr1wm2n4lcf1j6c1c"))))
(base32 "132cx6vs3f2fv7gm0dp2rvq0fifqq29xxg5bwqpwmwdhrldpiwfj"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))