guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit bd79968916621ff961e16992f8b24d6647831e3d
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 14:59:17 2025 +0800
gnu: kplotting: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (kplotting): Update to 6.16.0.
Change-Id: Ifeb98ee3ed1979daab33cfb3dcf1ad0da9016bb5
---
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 9f2ebc528b..22739da4ca 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1464,7 +1464,7 @@ to flat and hierarchical lists.")
(define-public kplotting
(package
(name "kplotting")
- (version "6.13.0")
+ (version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1473,7 +1473,7 @@ to flat and hierarchical lists.")
name "-" version ".tar.xz"))
(sha256
(base32
- "05jrjg2gnm8nfm0gja4azmmd9ixmv94i4gxy9ry7srxcs3wmd2wi"))))
+ "01mx01f6ljmsyprbkfg6gljxsb04afy9ijv0n7wr4naw1g8pw4d2"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))