guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit e129d2d1cfb09ca8e830666444b18ec95852df7b
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 d01af17d47..892e15d5b8 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1448,7 +1448,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
@@ -1457,7 +1457,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))