diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-05-17 19:17:54 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-05-18 01:59:19 +0200 |
commit | d15c38b0f91c3f5e434755313f68fb150cd0219b (patch) | |
tree | 3196a2960d163151ec5794b68287a9e7c9948e2d /gnu/packages/kde.scm | |
parent | 5db3f6c18152f7f3a724cdbca50dcedea4389079 (diff) |
gnu: kqtquickcharts: Update to 19.08.3.
* gnu/packages/kde.scm (kqtquickcharts): Update to 19.08.3.
Diffstat (limited to 'gnu/packages/kde.scm')
-rw-r--r-- | gnu/packages/kde.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 4f2d2a2eba..16a7e78c46 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -620,7 +620,7 @@ communicate with each other. Here's a few things KDE Connect can do: (define-public kqtquickcharts (package (name "kqtquickcharts") - (version "19.08.2") + (version "19.08.3") (source (origin (method url-fetch) @@ -628,7 +628,7 @@ communicate with each other. Here's a few things KDE Connect can do: version "/src/kqtquickcharts-" version ".tar.xz")) (sha256 (base32 - "1yy9fyd8y4g25ljdsbil19qdf4j3mzmzl489sx7rqpm3lfdzjh9k")))) + "0kwrqm7aa74plqkkyigi6b2hic6dzrygkgb6hsgj35ycrfn4rigi")))) (build-system cmake-build-system) (native-inputs `(("extra-cmake-modules" ,extra-cmake-modules))) |