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

commit 66e0446fcf6e6b5726d2fc12db759f194da078d0
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 9 14:05:55 2025 +0800

    gnu: kinfocenter: Update to 6.3.4.
    
    * gnu/packages/kde-plasma.scm (kinfocenter): Update to 6.3.4.
    
    Change-Id: Iee36eb7399a235e4bf862727d2623bf9eb6d6f0f
---
 gnu/packages/kde-plasma.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 6c6fbc2157..c280f7c136 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -724,14 +724,14 @@ functionality")
 (define-public kinfocenter
   (package
     (name "kinfocenter")
-    (version "6.2.5")
+    (version "6.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1yczcgq4rnfmg3g8sb83nym8jmglp0hwhyfwz24n29947bdpxn4y"))))
+                "0s9gbj0izn8j86zhljychlwimldmn21vlllx15i72pn0yqcqddwa"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to