mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: kqtquickcharts: Update to 19.08.3.
* gnu/packages/kde.scm (kqtquickcharts): Update to 19.08.3.
This commit is contained in:
parent
5db3f6c181
commit
d15c38b0f9
1 changed files with 2 additions and 2 deletions
|
@ -620,7 +620,7 @@ (define-public kdeconnect
|
|||
(define-public kqtquickcharts
|
||||
(package
|
||||
(name "kqtquickcharts")
|
||||
(version "19.08.2")
|
||||
(version "19.08.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -628,7 +628,7 @@ (define-public kqtquickcharts
|
|||
version "/src/kqtquickcharts-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yy9fyd8y4g25ljdsbil19qdf4j3mzmzl489sx7rqpm3lfdzjh9k"))))
|
||||
"0kwrqm7aa74plqkkyigi6b2hic6dzrygkgb6hsgj35ycrfn4rigi"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("extra-cmake-modules" ,extra-cmake-modules)))
|
||||
|
|
Loading…
Reference in a new issue