guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit ec3acfe0d4bbbeabd79e48840dbcce47e84f6662
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 7fb6635b0b..0f09c3a3f5 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -2703,7 +2703,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/"
@@ -2712,7 +2712,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))

Reply via email to