From 2b69696751cbed15e21da0110d7714406f171e9e Mon Sep 17 00:00:00 2001 From: Sughosha Date: Wed, 8 Oct 2025 19:37:00 +0530 Subject: [PATCH] gnu: kplotting: Update to 6.18.0. * gnu/packages/kde-frameworks.scm (kplotting): Update to 6.18.0. Change-Id: I1d53a9faba465c9b5a0266f0fd34e705c2bf9601 --- gnu/packages/kde-frameworks.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 739797663ae53daaa475138c40f7ed0e26ed81c6..ff3b56e53d78cf2986471eeff55ddfce6531b024 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1467,7 +1467,7 @@ to flat and hierarchical lists.") (define-public kplotting (package (name "kplotting") - (version "6.16.0") + (version "6.18.0") (source (origin (method url-fetch) (uri (string-append @@ -1476,7 +1476,7 @@ to flat and hierarchical lists.") name "-" version ".tar.xz")) (sha256 (base32 - "01mx01f6ljmsyprbkfg6gljxsb04afy9ijv0n7wr4naw1g8pw4d2")))) + "1jgbjgjh6ga98i73494chxx35pza7wrq9vqm5y75hpy7s6gvkzf9")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules qttools))