mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
65a6e85127
commit
8a0f414a92
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue