guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 3b99a94130a66d01f78a2109e3d1d846b149983c
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:00 2025 +0530
gnu: kplotting: Update to 6.18.0.
* gnu/packages/kde-frameworks.scm (kplotting): Update to 6.18.0.
Change-Id: I1d53a9faba465c9b5a0266f0fd34e705c2bf9601
---
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 739797663a..ff3b56e53d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1467,7 +1467,7 @@ to flat and hierarchical lists.")
(define-public kplotting
(package
(name "kplotting")
- (version "6.16.0")
+ (version "6.18.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1476,7 +1476,7 @@ to flat and hierarchical lists.")
name "-" version ".tar.xz"))
(sha256
(base32
- "01mx01f6ljmsyprbkfg6gljxsb04afy9ijv0n7wr4naw1g8pw4d2"))))
+ "1jgbjgjh6ga98i73494chxx35pza7wrq9vqm5y75hpy7s6gvkzf9"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))