guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 2207046d6c9449b4cc67da24e55af88ef6406ab9
Author: Sughosha <[email protected]>
AuthorDate: Wed Dec 24 14:40:33 2025 +0530
gnu: kplotting: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (kplotting): Update to 6.21.0.
Change-Id: I47c6468e012425ad4204734fa58e13ed0150b1ee
---
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 da4d849fa6..a41bd38242 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1411,7 +1411,7 @@ to flat and hierarchical lists.")
(define-public kplotting
(package
(name "kplotting")
- (version "6.19.0")
+ (version "6.21.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1420,7 +1420,7 @@ to flat and hierarchical lists.")
name "-" version ".tar.xz"))
(sha256
(base32
- "14l2im8bjj0w5hmnj0bwm8298cmw3zi5l71k5hf3v8rraiyk80sj"))))
+ "1grglgnc4zxd9166ay5bzdzm3k6liza9w87b8qx2jrfbafxikcy7"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))