guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit 93e030b2f96035ff0b92e1882d3734536027e788
Author: 宋文武 <[email protected]>
AuthorDate: Sun May 4 14:10:14 2025 +0800

    gnu: kded: Update to 6.13.0.
    
    * gnu/packages/kde-frameworks.scm (kded): Update to 6.13.0.
    
    Change-Id: Id0c416ec04af7eccc35750af1e95e8caf1864763
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 86ab435ec8..d418c5df9e 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3537,7 +3537,7 @@ that offer bindings to some of the Frameworks.")
 (define-public kded
   (package
     (name "kded")
-    (version "6.10.0")
+    (version "6.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3546,7 +3546,7 @@ that offer bindings to some of the Frameworks.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "13ka1vzid6k3hywyhjkj35z8rlqjgnxp8ivzy7m7yl69zpdxj0an"))))
+                "1f0zjd0gigfd6rqlvnyg6yz5fjdkcvkh3srw7044nhhc0wns8xbh"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))

Reply via email to