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

commit b4fb1537c2779f50e4378ad3fd2e49038e0c9132
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:05:34 2026 +0530

    gnu: kwin: Update to 6.5.5.
    
    * gnu/packages/kde-plasma.scm (kwin): Update to 6.5.5.
    [arguments]<#:test-exclude>: Exclude kwin-testA11yKeyboardMonitor.
    
    Change-Id: I3fb5730177b039af69d80ed57375f1fe732f1470
---
 gnu/packages/kde-plasma.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 5da4e5f132..61558927e1 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1459,7 +1459,7 @@ you login.")
 (define-public kwin
   (package
     (name "kwin")
-    (version "6.5.2")
+    (version "6.5.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1468,7 +1468,7 @@ you login.")
               (patches (search-patches 
"kwin-unwrap-executable-name-for-dot-desktop-search.patch"))
               (sha256
                (base32
-                "0x072hzmk4mgx0w41s01nrb70bd3znpbdfjrx3gasb9lzrlxbq1v"))))
+                "0ihy0lzi0skp4jn4rnc9abvbdl8k2wnmfiddgb5784938i889bgv"))))
     (build-system qt-build-system)
     (arguments
      (list
@@ -1520,7 +1520,9 @@ you login.")
                            "kwin-testInputCapture"
                            "kwin-testMockDrm"
                            "kwin-testSecurityContext"
-                           "kwin-testXwaylandSelection")
+                           "kwin-testXwaylandSelection"
+
+                           "kwin-testA11yKeyboardMonitor")
                          "|")
                      ")")
       #:phases

Reply via email to