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

commit 451874e06862e66a539e3c7fc63e45e2bbf6498d
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon May 5 17:48:00 2025 +0800

    gnu: plasma-activities-stats: Update to 6.3.4.
    
    * gnu/packages/kde-frameworks.scm (plasma-activities-stats): Update to 
6.3.4.
    
    Change-Id: Iccd84bf3ad44ed03e18d7e3c1fce9039920f0e28
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index eee80712f2..d2842809a5 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3156,7 +3156,7 @@ with other frameworks.")
 (define-public plasma-activities-stats
   (package
     (name "plasma-activities-stats")
-    (version "6.2.5")
+    (version "6.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -3164,7 +3164,7 @@ with other frameworks.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0b2k9067m7gnq55fxx1ipdbihc4hi6yalvsawxfhy7k54ics5nyd"))))
+                "0kcbnajlmn6rf298x493sv8bjqh5966jzl1fyl7y3j1xk3mx6jq1"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules))

Reply via email to