guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 21078f2c6de6113f233aa1f9d4121118365b7c93
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:16 2026 +0530
gnu: kplotting: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kplotting): Update to 6.23.0.
Change-Id: I22003c01f597d02d2a9c2b5fc93882ba04925ee3
---
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 0e306bdf90..7299eb10fb 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.22.0")
+ (version "6.23.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1420,7 +1420,7 @@ to flat and hierarchical lists.")
name "-" version ".tar.xz"))
(sha256
(base32
- "067iw1mzyl9d98l1laaykzhk9jxfwq6s8gjy4mx3zmb065b2qbmz"))))
+ "0ai70p9c3aw0ky8ig1alcf9qkpjsb7b95gd4jqd79sg811dz2xqv"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))