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

commit 20665bb2aa4af7baa7970ecbd6bd412b137b62f3
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:32 2025 +0800

    gnu: kservice: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (kservice): Update to 6.10.0.
    
    Change-Id: I1bb8feca695d609ae8a7aecde6454c927a127707
---
 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 979c92e6f6..afe3abdc53 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4464,7 +4464,7 @@ typed.")
 (define-public kservice
   (package
     (name "kservice")
-    (version "6.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4473,7 +4473,7 @@ typed.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1ggq9i38p63i2imxnzalax015g3x9wvc5g5n6wn2ifczph2d5ka8"))))
+                "1cyv1cxf0vdvg2173ql2lfzx2b4r32qm45mgz0i8iqv7162m7b84"))))
     (build-system cmake-build-system)
     (propagated-inputs
      (list kconfig kcoreaddons kdoctools))

Reply via email to