guix-commits
[Top][All Lists]
Advanced

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

24/255: gnu: kconfig: Update to 6.8.0.


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

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

commit 82e236d4e18c11c48a4a937019aad381ab61089a
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Nov 26 22:21:58 2024 +0800

    gnu: kconfig: Update to 6.8.0.
    
    * gnu/packages/kde-frameworks.scm (kconfig): Update to 6.8.0.
    
    Change-Id: I5086d2726d39caff31d0dbbc9385dbab7f6d409a
---
 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 d014cf4e9c..9883ea44c0 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -705,7 +705,7 @@ KColorScheme.")
 (define-public kconfig
   (package
     (name "kconfig")
-    (version "6.5.0")
+    (version "6.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -714,7 +714,7 @@ KColorScheme.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "04sxibd21mzc27s67yjpg0qsd1j8w6k29wdbg2wdy7a9scam73p4"))))
+                "1b0nidfna40plvdczghlxdl03gn27hz8m4d3wld2i9c4ycp3r3rz"))))
     (build-system qt-build-system)
     (native-inputs
      (list dbus extra-cmake-modules inetutils qttools))



reply via email to

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