guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/289: gnu: kquickcharts: Update to 6.10.0.


From: guix-commits
Subject: 08/289: gnu: kquickcharts: Update to 6.10.0.
Date: Mon, 27 Jan 2025 07:31:23 -0500 (EST)

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

commit e3a31d9144b011d9c3e7d73e05b669aa09f38a51
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Fri Jan 10 11:51:20 2025 +0800

    gnu: kquickcharts: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (kquickcharts): Update to 6.10.0.
    
    Change-Id: Ia5fba8ca5d3c9b1e82af5c7778df55e66b49107b
---
 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 217142705d..a63cf42b4d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -190,7 +190,7 @@ common build settings used in software produced by the KDE 
community.")
 (define-public kquickcharts
   (package
     (name "kquickcharts")
-    (version "6.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/frameworks/"
@@ -198,7 +198,7 @@ common build settings used in software produced by the KDE 
community.")
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "00lhiiyl8yv7cn06b2xjpcwgcxb5n60v1122hn32mpbg436abaf5"))))
+                "13sr67bvxvkc02gvz7fsavc63mi3hz0jz0n7g31bkaz73rxny0x2"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs (list extra-cmake-modules glslang pkg-config))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]