guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 6b63b848b569211d8b7dec81d3ee0f03d9c2a479
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 14:40:30 2025 +0800
gnu: plasma-wayland-protocols: Update to 1.18.0.
* gnu/packages/kde-frameworks.scm (plasma-wayland-protocols): Update to
1.18.0.
Change-Id: I5915f8b8afcbff3451843aa6d2dad7c2a7f75de3
---
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 2c545ce74c..2acdd9d0d2 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1582,14 +1582,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.17.0")
+ (version "1.18.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/" name "/"
name "-" version ".tar.xz"))
(sha256
(base32
- "0ksayza25qlgvygv30kqvx5akrcp123kma8dcmmwfz3b1r24pm6b"))))
+ "0cs202wmqxc9p7kdfbizgig3ldarvpwsw6xmi2grhpddf4k4frr5"))))
(build-system cmake-build-system)
(native-inputs (list extra-cmake-modules wayland))
(arguments '(#:tests? #f)) ;no tests