mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a85068bbcf
commit
a77bc4d1e1
1 changed files with 2 additions and 2 deletions
|
@ -123,14 +123,14 @@
|
||||||
(define-public baloo-widgets
|
(define-public baloo-widgets
|
||||||
(package
|
(package
|
||||||
(name "baloo-widgets")
|
(name "baloo-widgets")
|
||||||
(version "24.05.2")
|
(version "24.12.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/baloo-widgets-" version ".tar.xz"))
|
"/src/baloo-widgets-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06238jvb44118bapgkk1yg6mn1kgmn8xx3ayfxy36bx0pl7nii5p"))))
|
(base32 "15x66h4nl1g3giak9n07izjp3syxa0bq6a3pwkbg5mfzjy9immqw"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue