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

commit 488e5e2517678b4a0e01a8e32b1afca8f4811132
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:24 2025 +0800

    gnu: plasma-wayland-protocols: Update to 1.16.0.
    
    * gnu/packages/kde-frameworks.scm (plasma-wayland-protocols): Update to 
1.16.0.
    [native-inputs]: Add wayland.
    
    Change-Id: I84e988fc76b1ea69b8eb3c904eb15b60c8d20d2a
---
 gnu/packages/kde-frameworks.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index a5fe05880b..64925da78c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1531,16 +1531,16 @@ integration with a custom editor as well as a 
ready-to-use
 (define-public plasma-wayland-protocols
   (package
     (name "plasma-wayland-protocols")
-    (version "1.13.0")
+    (version "1.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/" name "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0znm2nhpmfq2vakyapmq454mmgqr5frc91k2d2nfdxjz5wspwiyx"))))
+                "05hzkij86v7952316n0rvlg4afwczjk4isdbkbfgj0snzbivngys"))))
     (build-system cmake-build-system)
-    (native-inputs (list extra-cmake-modules))
+    (native-inputs (list extra-cmake-modules wayland))
     (arguments '(#:tests? #f))          ;no tests
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "KDE Plasma Wayland Protocols")

Reply via email to