mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
53daba32e6
commit
ff88a797ea
1 changed files with 2 additions and 2 deletions
|
@ -680,14 +680,14 @@ language and very flexible regarding to new or unknown keyboard layouts.")
|
||||||
(define-public kqtquickcharts
|
(define-public kqtquickcharts
|
||||||
(package
|
(package
|
||||||
(name "kqtquickcharts")
|
(name "kqtquickcharts")
|
||||||
(version "24.05.2")
|
(version "24.12.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/kqtquickcharts-" version ".tar.xz"))
|
version "/src/kqtquickcharts-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0b0nqg77lzfw6accfsr4yg9fgq78skryd1qwkqf1zijhq4h65708"))))
|
"0ivw6xqxdswk2dvnd2bdgbjylh8ipfa151qncfm0iv2q6rcq4ia2"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list qtdeclarative-5))
|
(inputs (list qtdeclarative-5))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue