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

commit 5c07ea12ecebae72ca1e2f03631813bd0b31cebf
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:40 2026 +0530

    gnu: kplotting: Update to 6.24.0.
    
    * gnu/packages/kde-frameworks.scm (kplotting): Update to 6.24.0.
    
    Change-Id: I2846d20b5801f6e9f74e5f698b4db731cc11d3cf
---
 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 5e624dc2b1..5db8afcdd3 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1425,7 +1425,7 @@ to flat and hierarchical lists.")
 (define-public kplotting
   (package
     (name "kplotting")
-    (version "6.23.0")
+    (version "6.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1434,7 +1434,7 @@ to flat and hierarchical lists.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0ai70p9c3aw0ky8ig1alcf9qkpjsb7b95gd4jqd79sg811dz2xqv"))))
+                "1kzyl3cbdybw1ysribs0iidwggla65ffr0j5ndg50nzvlmfym31r"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules qttools))

Reply via email to