guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 92cb72d7869d22d5a984a5e9c7ea7af96d86cc84
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:36:55 2025 +0530
gnu: kquickcharts: Update to 6.18.0.
* gnu/packages/kde-frameworks.scm (kquickcharts): Update to 6.18.0.
Change-Id: If1e8e6342cb6749a70a9919fc0e1024cee96dbc1
---
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 5e81bc634a..478f54109b 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -197,7 +197,7 @@ common build settings used in software produced by the KDE
community.")
(define-public kquickcharts
(package
(name "kquickcharts")
- (version "6.16.0")
+ (version "6.18.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/frameworks/"
@@ -205,7 +205,7 @@ common build settings used in software produced by the KDE
community.")
"/" name "-" version ".tar.xz"))
(sha256
(base32
- "0g8qkyivgxbr9frx3k77iffrj2wc5dwx2382rjxriw5innjhz9q3"))))
+ "1jvlgyy72bvq8s3933fldj7q2fa38z7wffb6f0dmiq02ilvss7ll"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules glslang pkg-config))