mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: kded: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 6.10.0. Change-Id: I0b41b05d9078ea9e8cb1b52c3cab019e1f7b3f14
This commit is contained in:
parent
b1e0aab4d8
commit
da7c060cce
1 changed files with 2 additions and 2 deletions
|
@ -3548,7 +3548,7 @@ (define-public kdeclarative-5
|
||||||
(define-public kded
|
(define-public kded
|
||||||
(package
|
(package
|
||||||
(name "kded")
|
(name "kded")
|
||||||
(version "6.5.0")
|
(version "6.10.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3557,7 +3557,7 @@ (define-public kded
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c2lk418lazlynclw3zy79bzs21v962afpl98wzl9766mi0sjb19"))))
|
"13ka1vzid6k3hywyhjkj35z8rlqjgnxp8ivzy7m7yl69zpdxj0an"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules kdoctools))
|
(list extra-cmake-modules kdoctools))
|
||||||
|
|
Loading…
Reference in a new issue