guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 0e6c7b1d670f22e6b858882a4a8768c422dd9b16
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:11 2026 +0530
gnu: kquickcharts: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kquickcharts): Update to 6.23.0.
Change-Id: I61a0c91269a836e66dbc2f00ede6d78a6d71f295
---
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 e37ca8779b..de218ed6bb 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.22.0")
+ (version "6.23.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
- "190lkx3pk7y32g3x7ynrbcryjdbkckybk3g5l482kqp8dal2rs0h"))))
+ "0gmfzlrbjgxnv9cf35v0aap06qg8s0x7lfijpqg4ynany29q4i7p"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules glslang pkg-config))