mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
d9a1655567
commit
c76c386a93
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.12.1")
|
(version "25.04.0")
|
||||||
(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 "15x66h4nl1g3giak9n07izjp3syxa0bq6a3pwkbg5mfzjy9immqw"))))
|
(base32 "0iawqhkq3adnsg1mihyh3pqhikwk593sa2fs2fhqi705svfiip53"))))
|
||||||
(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