guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ea5df9318d7b6e5d270e9e64d4577521f2beda55
Author: Maxim Cournoyer <ma...@guixotic.coop>
AuthorDate: Mon Sep 15 16:47:43 2025 +0900

    gnu: plasma-activities-stats: Update to 6.3.6.
    
    * gnu/packages/kde-frameworks.scm (plasma-activities-stats): Update to 
6.3.6.
    
    Change-Id: Ia47c81df61ae46e9de786277f9ea54444f008c5c
---
 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 395e50f699..945d3fc0b8 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3170,7 +3170,7 @@ with other frameworks.")
 (define-public plasma-activities-stats
   (package
     (name "plasma-activities-stats")
-    (version "6.3.4")
+    (version "6.3.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/plasma/"
@@ -3178,7 +3178,7 @@ with other frameworks.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "0kcbnajlmn6rf298x493sv8bjqh5966jzl1fyl7y3j1xk3mx6jq1"))))
+                "1qhh01srvbdlry3i269j3bmwyjkaqa3fdgqipq2k3n7a8kbzrj8m"))))
     (build-system cmake-build-system)
     (arguments (list #:tests? #f))
     (native-inputs

Reply via email to