~ruther/guix-local

82f593f14558a4da79a96684640e263f1bd7ac5b — Zheng Junjie 1 year, 10 months ago 5b8ff36
gnu: kquickcharts: Update to 6.5.0.

* gnu/packages/kde-frameworks.scm (kquickcharts): Update to 6.5.0.

Change-Id: Id3864130ad6fb06900602ef25f2dec1c987b5a7a
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-frameworks.scm
M gnu/packages/kde-frameworks.scm => gnu/packages/kde-frameworks.scm +2 -2
@@ 190,7 190,7 @@ common build settings used in software produced by the KDE community.")
(define-public kquickcharts
  (package
    (name "kquickcharts")
    (version "6.4.0")
    (version "6.5.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/frameworks/"


@@ 198,7 198,7 @@ common build settings used in software produced by the KDE community.")
                                  "/" name "-" version ".tar.xz"))
              (sha256
               (base32
                "1ph1ch629sxx739is10alargb428147rbh1rqw1wwxrqxz52j5m4"))))
                "00lhiiyl8yv7cn06b2xjpcwgcxb5n60v1122hn32mpbg436abaf5"))))
    (build-system qt-build-system)
    (arguments (list #:qtbase qtbase))
    (native-inputs (list extra-cmake-modules glslang pkg-config))