guix-commits
[Top][All Lists]
Advanced

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

02/92: gnu: kquickcharts: Update to 5.114.0.


From: guix-commits
Subject: 02/92: gnu: kquickcharts: Update to 5.114.0.
Date: Thu, 18 Jan 2024 20:59:59 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit a7c099661c14bd0d4cca8618a45db79c28fb4859
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:06 2024 -0500

    gnu: kquickcharts: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kquickcharts): Update to 5.114.0.
    
    Change-Id: Iae68c653b95d4a6ddf6b3027eb83bd87120ad41c
---
 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 2dc7f7573f..1496fb10ba 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -188,7 +188,7 @@ common build settings used in software produced by the KDE 
community.")
 (define-public kquickcharts
   (package
     (name "kquickcharts")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/frameworks/"
@@ -196,7 +196,7 @@ common build settings used in software produced by the KDE 
community.")
                                   "/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1wdmgala480qjipzpq9v85vy1i3n0qgria0rgn26ibhm2wmvmrpw"))))
+                "1f91x92qdzxp31z7ixx9jn41hq9f3w9hjia94pab9vsnaz8prbd1"))))
     (build-system cmake-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases



reply via email to

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