gnu: kquickcharts: Update to 6.5.0.

* gnu/packages/kde-frameworks.scm (kquickcharts): Update to 6.5.0.

Change-Id: Id3864130ad6fb06900602ef25f2dec1c987b5a7a
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:47 +08:00
parent 5b8ff369d7
commit 82f593f145
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -190,7 +190,7 @@ (define-public extra-cmake-modules
(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 @@ (define-public kquickcharts
"/" 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))