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

commit 3c33e8f0462d8846399948ed6a3d9a352d4de14e
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:57:57 2026 +0530

    gnu: kquickcharts: Update to 6.22.0.
    
    * gnu/packages/kde-frameworks.scm (kquickcharts): Update to 6.22.0.
    
    Change-Id: I7ba48e5bedee7a69ea8cceb39253d4d256a847ff
---
 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 6ad7a059ba..6d214ecc36 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -199,7 +199,7 @@ common build settings used in software produced by the KDE 
community.")
 (define-public kquickcharts
   (package
     (name "kquickcharts")
-    (version "6.21.0")
+    (version "6.22.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/frameworks/"
@@ -207,7 +207,7 @@ common build settings used in software produced by the KDE 
community.")
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0j557bp3a5v1xjj3l371wlm3yyv4746vj6rg7pfdpfcqmqfsf2nh"))))
+                "190lkx3pk7y32g3x7ynrbcryjdbkckybk3g5l482kqp8dal2rs0h"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs (list extra-cmake-modules glslang pkg-config))

Reply via email to