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

commit f2a0cf97d010ec86078db2b17b586d85708a16ef
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon Jul 21 15:24:46 2025 +0800

    gnu: kwindowsystem: Update to 6.16.0.
    
    * gnu/packages/kde-frameworks.scm (kwindowsystem): Update to 6.16.0.
    
    Change-Id: I34fdba84045d0943acef82c57fcf9fb95a402a7b
---
 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 16d6d7a524..ca44f5af7b 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1727,7 +1727,7 @@ kwidgetsaddons-kcolumnresizertest)")))))))))
 (define-public kwindowsystem
   (package
     (name "kwindowsystem")
-    (version "6.13.0")
+    (version "6.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1736,7 +1736,7 @@ kwidgetsaddons-kcolumnresizertest)")))))))))
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1b2rb5s303n0kpd8shr6in3zysa99nnx4cs5g3zdg5wsycj39a2g"))))
+                "0c8v7fskpm8ac1nkrhgwwgvizsdwvmjz11cfmxv5pspawp2mlfyw"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules

Reply via email to