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

commit 053c3ade25dfb2c0c43abb81d0900059abaab283
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:20 2025 +0800

    gnu: kquickcharts: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (kquickcharts): Update to 6.10.0.
    
    Change-Id: Ia5fba8ca5d3c9b1e82af5c7778df55e66b49107b
---
 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 71fea90851..754c666854 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -190,7 +190,7 @@ common build settings used in software produced by the KDE 
community.")
 (define-public kquickcharts
   (package
     (name "kquickcharts")
-    (version "6.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/frameworks/"
@@ -198,7 +198,7 @@ common build settings used in software produced by the KDE 
community.")
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "00lhiiyl8yv7cn06b2xjpcwgcxb5n60v1122hn32mpbg436abaf5"))))
+                "13sr67bvxvkc02gvz7fsavc63mi3hz0jz0n7g31bkaz73rxny0x2"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs (list extra-cmake-modules glslang pkg-config))

Reply via email to