z572 pushed a commit to branch qt-team
in repository guix.

commit ad511aed0a61c1397b3eae16ec8ed33fe70fde9e
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon May 5 17:48:57 2025 +0800

    gnu: kwayland: Update to 6.3.4.
    
    * gnu/packages/kde-frameworks.scm (kwayland): Update to 6.3.4.
    
    Change-Id: Ia8af7925a38e38d751da92de0b39a091c25ed273
---
 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 38cb29f74e..759f88a47d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1554,7 +1554,7 @@ protocols used in KDE Plasma.")
 (define-public kwayland
   (package
     (name "kwayland")
-    (version "6.1.4")
+    (version "6.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1562,7 +1562,7 @@ protocols used in KDE Plasma.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0x4psmfn993lvha8cjw6w55gp7jp3490sb44wjfp6b5ccmpc14c6"))))
+                "0db8vwg9miin8g4rzz1gx50h84gmpsn3b9cndiq5xdwa4galh259"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config

Reply via email to