guix_mirror_bot pushed a commit to branch master
in repository guix.

commit c1fec8920e149afb95978831cefdbdfbce1ac6e9
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Sep 15 16:47:44 2025 +0900

    gnu: kinfocenter: Update to 6.3.6.
    
    * gnu/packages/kde-plasma.scm (kinfocenter): Update to 6.3.6.
    
    Change-Id: Iea3d3542655d3b344776a9c2108596d4f60706e0
---
 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 41d5c5478b..17a7fe79dd 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -786,14 +786,14 @@ functionality")
 (define-public kinfocenter
   (package
     (name "kinfocenter")
-    (version "6.3.4")
+    (version "6.3.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/" version
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0s9gbj0izn8j86zhljychlwimldmn21vlllx15i72pn0yqcqddwa"))))
+                "0l5r0j01zpd1r1izl5yrajpalvdllnxx5m7rn4a89vc76r8lp155"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to