gnu: kqtquickcharts: Update to 25.08.1.

* gnu/packages/kde-education.scm (kqtquickcharts): Update to 25.08.1.
[arguments]<#:qtbase>: Use qtbase.
[inputs]: Replace qtdeclarative-5 with qtdeclarative.

Change-Id: I4e402fedafb674072e7ef550d8ec0de34d08a8b6
This commit is contained in:
Sughosha 2025-10-07 16:50:16 +05:30 committed by Andreas Enge
parent b7c4ee1755
commit d3d214522d
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -50,18 +50,20 @@
(define-public kqtquickcharts
(package
(name "kqtquickcharts")
(version "24.12.3")
(version "25.08.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version "/src/kqtquickcharts-" version ".tar.xz"))
(sha256
(base32
"1hgcl062i94abq0cwz9fijyjhv2qs3fsjikiy2jb3sh73m6jydqn"))))
"0ighyal22cizsm34vvz8wly63pgx0kr58wwksi3qsx3z8bbwxn9i"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list qtdeclarative-5))
(arguments (list #:tests? #f))
(inputs (list qtdeclarative))
(arguments
(list #:qtbase qtbase
#:tests? #f))
(home-page "https://invent.kde.org/libraries/kqtquickcharts")
(synopsis "QtQuick plugin to render beautiful and interactive charts")
(description