From fa8feaebb2534efeddd705e2ebbda95ae62ec2f1 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Mon, 13 Oct 2025 20:46:38 +0530 Subject: [PATCH] gnu: kplotting: Update to 6.19.0. * gnu/packages/kde-frameworks.scm (kplotting): Update to 6.19.0. Change-Id: Id28e75d6e67475c4b397879694b071dcd528cdcb --- 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 ad91ee4665f88c2339490494bda177dce1290702..d2aa17c794c7b5c700b9ce609e0f0c86e0fc53ba 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -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))