guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit a8be87a87706617aaf595712448cb13036d2bec3
Author: Zheng Junjie <z572@z572.online>
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 958d39fc80..81711311d4 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1424,7 +1424,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
@@ -1433,7 +1433,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))

Reply via email to