gnu: baloo-widgets: Update to 24.12.1.

* gnu/packages/kde.scm (baloo-widgets): Update to 24.12.1.

Change-Id: Ia8bc096ad123fe68a1bd2aafed2c173778e63ba4
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:04 +08:00
parent ddf7a4cbba
commit 7678740fd3
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -115,14 +115,14 @@ (define-module (gnu packages kde)
(define-public baloo-widgets
(package
(name "baloo-widgets")
(version "24.05.2")
(version "24.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/baloo-widgets-" version ".tar.xz"))
(sha256
(base32 "06238jvb44118bapgkk1yg6mn1kgmn8xx3ayfxy36bx0pl7nii5p"))))
(base32 "15x66h4nl1g3giak9n07izjp3syxa0bq6a3pwkbg5mfzjy9immqw"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))