iyzsong pushed a commit to branch kde-updates
in repository guix.

commit 5d94e27d1c7f7cbbbac60dad7b3844940709309c
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 15 16:55:19 2023 +0800

    gnu: kwayland-integration: Update to 5.27.6.
    
    * gnu/packages/kde-plasma.scm (kwayland-integration): Update to 5.27.6.
    
    Signed-off-by: 宋文武 <[email protected]>
---
 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 a172d15b4a..98e86d7978 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1098,7 +1098,7 @@ wayland-server API.")
 (define-public kwayland-integration
   (package
     (name "kwayland-integration")
-    (version "5.25.5")
+    (version "5.27.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -1106,7 +1106,7 @@ wayland-server API.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "10xl7yrj519b9s5vq0hqqfz3vvg1fdwggw96snzm44iwycqbgss8"))))
+                "10rc14ggbs86bq0sky4i3kdwarwk8mh2yx4g77if8vr7z96xpdqh"))))
     (build-system qt-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases

Reply via email to