guix-commits
[Top][All Lists]
Advanced

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

55/255: gnu: kconfigwidgets: Update to 6.8.0.


From: guix-commits
Subject: 55/255: gnu: kconfigwidgets: Update to 6.8.0.
Date: Mon, 2 Dec 2024 09:32:22 -0500 (EST)

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

commit d5e4ece661f4185bb5c12638703accd7b1731c7d
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Wed Nov 27 23:56:19 2024 +0800

    gnu: kconfigwidgets: Update to 6.8.0.
    
    * gnu/packages/kde-frameworks.scm (kconfigwidgets): Update to 6.8.0.
    
    Change-Id: I2313cb8e4b12c2064307330aabd32f59fb467ac9
---
 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 da77265688..6ef414d569 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -3368,7 +3368,7 @@ KCModules can be created with the KConfigWidgets 
framework.")
 (define-public kconfigwidgets
   (package
     (name "kconfigwidgets")
-    (version "6.5.0")
+    (version "6.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3377,7 +3377,7 @@ KCModules can be created with the KConfigWidgets 
framework.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04jn7s044n5yl04ic8kd47y3z07j9cb48121bi8gnxq4zj1ld054"))))
+                "1wdl3ip931kqxhg5bmxdzki30si28cx8d2ppxkk509xk3wpsihwx"))))
     (build-system qt-build-system)
     (propagated-inputs
      (list kcodecs kconfig kcolorscheme kwidgetsaddons))



reply via email to

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