gnu: baloo-widgets: Update to 25.04.0.

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

Change-Id: I1cdf5c9f29f809fef7714ecb11fe935ab5d3d407
This commit is contained in:
Zheng Junjie 2025-05-05 22:20:30 +08:00
parent d9a1655567
commit c76c386a93
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

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