mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
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:
parent
40dec41cae
commit
65cb605bcf
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue