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

commit d34948f5e69a7e41ed51c286ed5b5b9dcff01825
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:39 2025 +0530

    gnu: plasma-wayland-protocols: Update to 1.19.0.
    
    * gnu/packages/kde-frameworks.scm (plasma-wayland-protocols): Update to 
1.19.0.
    
    Change-Id: I2cd57e92a852e6397a054468a9d22371f785af33
---
 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 d26de0f976..64f064748f 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1594,14 +1594,14 @@ integration with a custom editor as well as a 
ready-to-use
 (define-public plasma-wayland-protocols
   (package
     (name "plasma-wayland-protocols")
-    (version "1.18.0")
+    (version "1.19.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/" name "/"
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0cs202wmqxc9p7kdfbizgig3ldarvpwsw6xmi2grhpddf4k4frr5"))))
+                "0im8iga6vz7rswcmg5mnhkjwwv5fix964fkrh4n4yh9wlvkryrs5"))))
     (build-system cmake-build-system)
     (native-inputs (list extra-cmake-modules wayland))
     (arguments '(#:tests? #f))          ;no tests

Reply via email to