guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit e36eb9f7a52cf86be60e52fa1f965e34228ddb4b
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:23 2025 +0800
gnu: kplotting: Update to 6.10.0.
* gnu/packages/kde-frameworks.scm (kplotting): Update to 6.10.0.
Change-Id: I8016a26bc0e4a28b1465761048e74d1d0de976ec
---
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 889e126e22..47c61be4b7 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1405,7 +1405,7 @@ to flat and hierarchical lists.")
(define-public kplotting
(package
(name "kplotting")
- (version "6.5.0")
+ (version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1414,7 +1414,7 @@ to flat and hierarchical lists.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0hyrh3sw6znl79xxhqw7jqgyhh1b59aq7lmhkpagl0i0sk29f5h2"))))
+ "0grdj8ghfh706vrl1bs7yavw7ygv22hjnngsgjbykcdz34qdjhb9"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))