gnu: ffmpegthumbs: Update to 24.12.1.

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

Change-Id: I4761a60c1c32fed3f3e28eebf8a254f7ec0b3d14
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:42 +08:00 committed by Zheng Junjie
parent e981ad758b
commit 6172e7f3bd
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.05.2")
(version "24.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/ffmpegthumbs-" version ".tar.xz"))
(sha256
(base32 "1b7jajn7mr5g6k9j3b0b8qng175748w9qd2bxj3v0sksi7ayn4bw"))))
(base32 "044zr8pf923qw14skx1yzpqh16n4zzm32jc39fjhv4rfz83kr4d8"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))