~ruther/guix-local

9ff271a07cfe4f2103782d7ac89521cc46f67bd8 — Zheng Junjie 9 months ago da001a9
gnu: kquickcharts: Update to 6.16.0.

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

Change-Id: I99e6f0377bda8571fb8dcd171b900b4c5becfd67
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
@@ 197,7 197,7 @@ common build settings used in software produced by the KDE community.")
(define-public kquickcharts
  (package
    (name "kquickcharts")
    (version "6.13.0")
    (version "6.16.0")
    (source (origin
              (method url-fetch)
              (uri (string-append "mirror://kde/stable/frameworks/"


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