~ruther/guix-local

313c9e1f49d837d957ff18a3d8f4bc43d2e0097e — Zheng Junjie 9 months ago f421c17
gnu: kplotting: Update to 6.16.0.

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

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


@@ 1473,7 1473,7 @@ to flat and hierarchical lists.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
                "05jrjg2gnm8nfm0gja4azmmd9ixmv94i4gxy9ry7srxcs3wmd2wi"))))
                "01mx01f6ljmsyprbkfg6gljxsb04afy9ijv0n7wr4naw1g8pw4d2"))))
    (build-system qt-build-system)
    (native-inputs
     (list extra-cmake-modules qttools))