guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit bfc4b7d494c83e8346b9b3b5c1ad5042a810046b
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:54 2025 +0800
gnu: layer-shell-qt: Update to 6.2.5.
* gnu/packages/kde-plasma.scm (layer-shell-qt): Update to 6.2.5.
Change-Id: I4c77e7ae88cb6b1c50029419cad538a783787f3f
---
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 21e22d2529..2101e46ea8 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -1086,14 +1086,14 @@ an elegant and intuitive experience for your tasks and
plasmoids.")
(define-public layer-shell-qt
(package
(name "layer-shell-qt")
- (version "6.1.4")
+ (version "6.2.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/" version
"/layer-shell-qt-" version ".tar.xz"))
(sha256
(base32
- "0s1jzcfq3cqg87bw40krycimxxqq58h808gc92wqclzgdgfd4fb2"))))
+ "0xqc00dhrgj0iar6np6wvcfi4fcg595ysbxdgcvpqf6z3018f2dw"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs