~ruther/guix-local

f8360a5673bebd7c0cd2c7784535120514aa54dc — Zheng Junjie 1 year, 6 months ago 97bb7fc
gnu: kplotting: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (kplotting): Update to 6.10.0.

Change-Id: I8016a26bc0e4a28b1465761048e74d1d0de976ec
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
@@ 1405,7 1405,7 @@ to flat and hierarchical lists.")
(define-public kplotting
  (package
    (name "kplotting")
    (version "6.5.0")
    (version "6.10.0")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 1414,7 1414,7 @@ to flat and hierarchical lists.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "0hyrh3sw6znl79xxhqw7jqgyhh1b59aq7lmhkpagl0i0sk29f5h2"))))
                "0grdj8ghfh706vrl1bs7yavw7ygv22hjnngsgjbykcdz34qdjhb9"))))
    (build-system qt-build-system)
    (native-inputs
     (list extra-cmake-modules qttools))