aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-07-20 00:24:51 +0800
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-01 23:44:42 +0800
commit713fd2e1f56c2936c972a54ffd4534e80e12ee24 (patch)
tree9a13fda9f80822cfdb9cf441d68549d16c45b800 /gnu
parent3983ca101aa5066d2148211ab13e66313f293afc (diff)
downloadguix-713fd2e1f56c2936c972a54ffd4534e80e12ee24.tar.gz
guix-713fd2e1f56c2936c972a54ffd4534e80e12ee24.zip
gnu: kded: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 6.4.0. Change-Id: Ic011ee05cbd7ee59de284397575e5ae71a81134a
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/kde-frameworks.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 3b29fad7fc..a8bf999690 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3524,7 +3524,7 @@ that offer bindings to some of the Frameworks.")
(define-public kded
(package
(name "kded")
- (version "6.3.0")
+ (version "6.4.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -3533,7 +3533,7 @@ that offer bindings to some of the Frameworks.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0j2y4gk7vaqwia8kpk2glfch84rpwrcbjfksvw9bmdhip9ffbcyl"))))
+ "177v7g9xdnnq6vj7xi016n0dr6cq4m8fg2ya97zfldmlz4ff4nmy"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))