me
/
guix
Archived
1
0
Fork 0

gnu: kqtquickcharts: Update to 19.08.2.

* gnu/packages/kde.scm (kqtquickcharts): Update to 19.08.2.
master
Hartmut Goebel 2019-10-19 10:39:39 +02:00
parent 869184af51
commit 6da8785728
No known key found for this signature in database
GPG Key ID: 634A8DFFD3F631DF
1 changed files with 2 additions and 2 deletions

View File

@ -571,7 +571,7 @@ communicate with each other. Here's a few things KDE Connect can do:
(define-public kqtquickcharts
(package
(name "kqtquickcharts")
(version "19.08.1")
(version "19.08.2")
(source
(origin
(method url-fetch)
@ -579,7 +579,7 @@ communicate with each other. Here's a few things KDE Connect can do:
version "/src/kqtquickcharts-" version ".tar.xz"))
(sha256
(base32
"1j3rivvh4sa94lsd0hi4xfvcikl05zrqd7634wxyaxs718ais6dg"))))
"1yy9fyd8y4g25ljdsbil19qdf4j3mzmzl489sx7rqpm3lfdzjh9k"))))
(build-system cmake-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)))