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

commit 3b40d021596e3cda13564387b08e1485fff7237c
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:35 2026 +0530

    gnu: kquickcharts: Update to 6.24.0.
    
    * gnu/packages/kde-frameworks.scm (kquickcharts): Update to 6.24.0.
    
    Change-Id: Ibeab1afbc0f90b2b75d9744f6ca6f0ecbdecc544
---
 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 d351a17827..e3a81f99ec 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -200,7 +200,7 @@ common build settings used in software produced by the KDE 
community.")
 (define-public kquickcharts
   (package
     (name "kquickcharts")
-    (version "6.23.0")
+    (version "6.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/frameworks/"
@@ -208,7 +208,7 @@ common build settings used in software produced by the KDE 
community.")
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0gmfzlrbjgxnv9cf35v0aap06qg8s0x7lfijpqg4ynany29q4i7p"))))
+                "1aqspnvgj3pq82vvq4n60q39p7vccb672ybiqifj4b3y36l18jiv"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     ;; These packages are required by the QML modules.

Reply via email to