z572 pushed a commit to branch kde-team
in repository guix.
commit e7e7a7f2eb5d2a3dbcb5e668dbef7edd62bbc356
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:47 2024 +0800
gnu: kquickcharts: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kquickcharts): Update to 6.5.0.
Change-Id: Id3864130ad6fb06900602ef25f2dec1c987b5a7a
---
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 7bd2d49c35..f10f7de34e 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.4.0")
+ (version "6.5.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
- "1ph1ch629sxx739is10alargb428147rbh1rqw1wwxrqxz52j5m4"))))
+ "00lhiiyl8yv7cn06b2xjpcwgcxb5n60v1122hn32mpbg436abaf5"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules glslang pkg-config))