guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 5204524c6181cc0a821e65977464319b2cd2db59
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:38 2025 +0530
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 ad91ee4665..d2aa17c794 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))