gnu: kqtquickcharts: Update to 24.12.1.

* gnu/packages/education.scm (kqtquickcharts): Update to 24.12.1.

Change-Id: If74b37283ef7be1a2035641f59865bd957494b9f
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:19 +08:00
parent 40dec41cae
commit 65cb605bcf
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -680,14 +680,14 @@ (define-public klavaro
(define-public kqtquickcharts
(package
(name "kqtquickcharts")
(version "24.05.2")
(version "24.12.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kqtquickcharts-" version ".tar.xz"))
(sha256
(base32
"0b0nqg77lzfw6accfsr4yg9fgq78skryd1qwkqf1zijhq4h65708"))))
"0ivw6xqxdswk2dvnd2bdgbjylh8ipfa151qncfm0iv2q6rcq4ia2"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtdeclarative-5))