guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 08f5132dee9d3d03e81c4d3bed2983ce2146e22d
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 14:41:12 2025 +0530
gnu: plasma-welcome: Update to 6.5.4.
* gnu/packages/kde-plasma.scm (plasma-welcome): Update to 6.5.4.
Change-Id: I46e9da1c577b0e3bb710baaf92abfa1aa740a8f1
---
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 ab99bb724f..150cb179f2 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2705,7 +2705,7 @@ sensors, process information and other system resources.")
(define-public plasma-welcome
(package
(name "plasma-welcome")
- (version "6.5.2")
+ (version "6.5.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/plasma/"
@@ -2714,7 +2714,7 @@ sensors, process information and other system resources.")
version ".tar.xz"))
(sha256
(base32
- "0qwm6shd3mfm9009n59nb5llfw44gn4hw1rwvhjjgjxlix56g640"))))
+ "1s1b5id73nwl3wivq2ixybi7y310qa8ilh7brhnfl0sn2r0ylkc5"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules pkg-config))