mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +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
|
||||
(package
|
||||
(name "kded")
|
||||
(version "6.5.0")
|
||||
(version "6.10.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3557,7 +3557,7 @@ (define-public kded
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1c2lk418lazlynclw3zy79bzs21v962afpl98wzl9766mi0sjb19"))))
|
||||
"13ka1vzid6k3hywyhjkj35z8rlqjgnxp8ivzy7m7yl69zpdxj0an"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
|
|
Loading…
Reference in a new issue