gnu: ffmpegthumbs: Update to 24.12.3.

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

Change-Id: Iadc806c6fc9ad30f5d199a671b842c975a721074
This commit is contained in:
Zheng Junjie 2025-03-08 13:57:38 +08:00
parent 6172e7f3bd
commit c9a198eff4
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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