guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 9a178fde37a9ef2604f517b482311b706176df52
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 22 22:29:41 2025 +0530
gnu: plasma-welcome: Update to 6.5.0.
* gnu/packages/kde-plasma.scm (plasma-welcome): Update to 6.5.0.
Change-Id: I8590ee22cee5004305b3e6c32ad65295cf6528c3
---
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 58f88059d6..f0b50f2f27 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2702,7 +2702,7 @@ sensors, process information and other system resources.")
(define-public plasma-welcome
(package
(name "plasma-welcome")
- (version "6.4.5")
+ (version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -2711,7 +2711,7 @@ sensors, process information and other system resources.")
version ".tar.xz"))
(sha256
(base32
- "02fnzrchpqkvq1529s8s4n2cvp38wdcb4vchklx2ca6mnmbvpkjp"))))
+ "1dl5rg7r0mmkdd8dh9985c6ghggsrhglad9pidz6ni0whddjbhad"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))