gnu: kquickcharts: Update to 6.13.0.

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

Change-Id: I0e6f930b018f27fce5ea27bd103237d4cfbafdc3
This commit is contained in:
宋文武 2025-05-04 14:10:08 +08:00 committed by Andreas Enge
parent ade25f8aab
commit 5f264d0b0f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -197,7 +197,7 @@ common build settings used in software produced by the KDE community.")
(define-public kquickcharts
(package
(name "kquickcharts")
(version "6.10.0")
(version "6.13.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
"13sr67bvxvkc02gvz7fsavc63mi3hz0jz0n7g31bkaz73rxny0x2"))))
"02za34rf623mzqlfvnq93xlfxbrdnbyrc6hrlnqlrx30ljapxq5w"))))
(build-system qt-build-system)
(arguments (list #:qtbase qtbase))
(native-inputs (list extra-cmake-modules glslang pkg-config))