diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-13 14:54:55 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-20 11:50:52 +0800 |
commit | fa04e0176a2409273899cbf049526d649cae0a11 (patch) | |
tree | a60f524ab4f94ddfd8ad268696588bf3615651db | |
parent | 0312f3d1e5788d87807e4b2141b9c9a6f269dcbb (diff) | |
download | guix-fa04e0176a2409273899cbf049526d649cae0a11.tar guix-fa04e0176a2409273899cbf049526d649cae0a11.tar.gz |
gnu: kded: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kded): Update to 6.5.0.
Change-Id: I42340859384346ac2bf80ba5d875d9338251137b
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 3b16d8fde9..6b61e1711d 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.4.0") + (version "6.5.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 - "177v7g9xdnnq6vj7xi016n0dr6cq4m8fg2ya97zfldmlz4ff4nmy")))) + "1c2lk418lazlynclw3zy79bzs21v962afpl98wzl9766mi0sjb19")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules kdoctools)) |