guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 04e97aa99613575d8a4cb020ee0ee313c0c03f75
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:05:39 2026 +0530
gnu: plasma-welcome: Update to 6.5.5.
* gnu/packages/kde-plasma.scm (plasma-welcome): Update to 6.5.5.
Change-Id: I2df4846e34e4802be8ce27e7bc0b80d993426676
---
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 2145466b30..c36b81b0bc 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2713,7 +2713,7 @@ sensors, process information and other system resources.")
(define-public plasma-welcome
(package
(name "plasma-welcome")
- (version "6.5.2")
+ (version "6.5.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -2722,7 +2722,7 @@ sensors, process information and other system resources.")
version ".tar.xz"))
(sha256
(base32
- "0qwm6shd3mfm9009n59nb5llfw44gn4hw1rwvhjjgjxlix56g640"))))
+ "0809w105akkz9dyxdcav1dx86d88hc8dv82pd1w7y1076nm9rqij"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))