mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: kded: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 6.5.0. Change-Id: I42340859384346ac2bf80ba5d875d9338251137b
This commit is contained in:
parent
0312f3d1e5
commit
fa04e0176a
1 changed files with 2 additions and 2 deletions
|
@ -3524,7 +3524,7 @@ (define-public kdeclarative-5
|
|||
(define-public kded
|
||||
(package
|
||||
(name "kded")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -3533,7 +3533,7 @@ (define-public kded
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"177v7g9xdnnq6vj7xi016n0dr6cq4m8fg2ya97zfldmlz4ff4nmy"))))
|
||||
"1c2lk418lazlynclw3zy79bzs21v962afpl98wzl9766mi0sjb19"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools))
|
||||
|
|
Loading…
Reference in a new issue