mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kded: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 6.4.0. Change-Id: Ic011ee05cbd7ee59de284397575e5ae71a81134a
This commit is contained in:
parent
3983ca101a
commit
713fd2e1f5
1 changed files with 2 additions and 2 deletions
|
@ -3524,7 +3524,7 @@ that offer bindings to some of the Frameworks.")
|
||||||
(define-public kded
|
(define-public kded
|
||||||
(package
|
(package
|
||||||
(name "kded")
|
(name "kded")
|
||||||
(version "6.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -3533,7 +3533,7 @@ that offer bindings to some of the Frameworks.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0j2y4gk7vaqwia8kpk2glfch84rpwrcbjfksvw9bmdhip9ffbcyl"))))
|
"177v7g9xdnnq6vj7xi016n0dr6cq4m8fg2ya97zfldmlz4ff4nmy"))))
|
||||||
(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…
Add table
Add a link
Reference in a new issue