gnu: kqtquickcharts: Update to 25.12.0.

* gnu/packages/kde-education.scm (kqtquickcharts): Update to 25.12.0.

Change-Id: I5e008dff8f1bd8d8d2080f1a13d96cf9458ac429
This commit is contained in:
Sughosha 2025-12-14 19:26:11 +05:30
parent 65a6e85127
commit 8a0f414a92
No known key found for this signature in database
GPG key ID: CDBC0BD95943A706

View file

@ -65,14 +65,14 @@
(define-public kqtquickcharts
(package
(name "kqtquickcharts")
(version "25.08.3")
(version "25.12.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kqtquickcharts-" version ".tar.xz"))
(sha256
(base32
"048c27q5kxv59pkm1davs9cyh16khb86czmpbgl53qzp3b5sjacg"))))
"0lv8ikda7ny6ayns55khlc0hwgbiz6sms7h3qs66pr5sy828p2xn"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtdeclarative))