me
/
guix
Archived
1
0
Fork 0

gnu: kquickcharts: Update to 6.4.0.

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

Change-Id: Ic99a68918ec7736a5cddde042c5542275b528d7f
master
Zheng Junjie 2024-07-20 00:24:43 +08:00
parent 75624c6254
commit 5ba75d1078
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ common build settings used in software produced by the KDE community.")
(define-public kquickcharts
(package
(name "kquickcharts")
(version "6.3.0")
(version "6.4.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
"1iwgxlzplpb1ngc2q3jv5v5a2dq3l9wc6kizfvrb6j5zvwm543i5"))))
"1ph1ch629sxx739is10alargb428147rbh1rqw1wwxrqxz52j5m4"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules glslang pkg-config))