guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d6bc21780841e2fc63c7ff97d17e9c2f0618b381
Author: Maxim Cournoyer <ma...@guixotic.coop>
AuthorDate: Mon Sep 15 16:47:43 2025 +0900

    gnu: kwayland: Update to 6.3.6.
    
    * gnu/packages/kde-frameworks.scm (kwayland): Update to 6.3.6.
    
    Change-Id: Ie8d4a7ecdf7f809e6ab177e52f16f27b3f2799b0
---
 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 06759d6b6b..3877e87285 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1606,7 +1606,7 @@ protocols used in KDE Plasma.")
 (define-public kwayland
   (package
     (name "kwayland")
-    (version "6.3.4")
+    (version "6.3.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1614,7 +1614,7 @@ protocols used in KDE Plasma.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0db8vwg9miin8g4rzz1gx50h84gmpsn3b9cndiq5xdwa4galh259"))))
+                "1m7zjdfj54bi6dalkhgdjjgbjsafg9gjyjvy7gyjczmfj7gqndlh"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules pkg-config

Reply via email to