~ruther/guix-local

fa8feaebb2534efeddd705e2ebbda95ae62ec2f1 — Sughosha 7 months ago 18a77f5
gnu: kplotting: Update to 6.19.0.

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

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


@@ 1475,7 1475,7 @@ to flat and hierarchical lists.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "1jgbjgjh6ga98i73494chxx35pza7wrq9vqm5y75hpy7s6gvkzf9"))))
                "14l2im8bjj0w5hmnj0bwm8298cmw3zi5l71k5hf3v8rraiyk80sj"))))
    (build-system qt-build-system)
    (native-inputs
     (list extra-cmake-modules qttools))