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

commit 23ab6762c123fb6d3524c9a734f9d425ba5f9f91
Author: 宋文武 <[email protected]>
AuthorDate: Sun May 4 14:10:11 2025 +0800

    gnu: kplotting: Update to 6.13.0.
    
    * gnu/packages/kde-frameworks.scm (kplotting): Update to 6.13.0.
    
    Change-Id: Ia155257d0f7c1daaff21db2f2ec66fdf70f9bc3e
---
 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 95520e3717..793f69cda3 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1416,7 +1416,7 @@ to flat and hierarchical lists.")
 (define-public kplotting
   (package
     (name "kplotting")
-    (version "6.10.0")
+    (version "6.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1425,7 +1425,7 @@ to flat and hierarchical lists.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0grdj8ghfh706vrl1bs7yavw7ygv22hjnngsgjbykcdz34qdjhb9"))))
+                "05jrjg2gnm8nfm0gja4azmmd9ixmv94i4gxy9ry7srxcs3wmd2wi"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules qttools))

Reply via email to