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

commit 418e6fe28b537b3fbc0d122a9fa2e60534798822
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 14:41:06 2025 +0530

    gnu: kwin: Update to 6.5.4.
    
    * gnu/packages/kde-plasma.scm (kwin): Update to 6.5.4.
    
    Change-Id: Ife9a6deba52fb5d83171c495f0e665666d2b9ab7
---
 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 2c7251a0b6..19e3c79f10 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1458,7 +1458,7 @@ you login.")
 (define-public kwin
   (package
     (name "kwin")
-    (version "6.5.2")
+    (version "6.5.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1467,7 +1467,7 @@ you login.")
               (patches (search-patches 
"kwin-unwrap-executable-name-for-dot-desktop-search.patch"))
               (sha256
                (base32
-                "0x072hzmk4mgx0w41s01nrb70bd3znpbdfjrx3gasb9lzrlxbq1v"))))
+                "0w0xpgbm1klk0wlkcxw661zfd8hllx8vnh5l860mmkw047vl7115"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to