guix-commits
[Top][All Lists]
Advanced

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

196/347: gnu: kconfig-6: Update to 6.3.0.


From: guix-commits
Subject: 196/347: gnu: kconfig-6: Update to 6.3.0.
Date: Fri, 28 Jun 2024 09:58:58 -0400 (EDT)

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

commit befb4183307fc58cccca0526fb32fe26580a9a53
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 01:42:07 2024 +0800

    gnu: kconfig-6: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (kconfig-6): Update to 6.3.0.
    
    Change-Id: I2be69d6e75ffdbeee61acd1d685b0a3e347e2536
---
 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 759d663d04..40b0f75032 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -769,7 +769,7 @@ KColorScheme.")
 (define-public kconfig-6
   (package
     (name "kconfig")
-    (version "6.1.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -778,7 +778,7 @@ KColorScheme.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1xyadln77aa4xn9qh85f5hsvyaf2nm292qiz1ykn0lmcpqjmznig"))))
+                "0ybr5l0b9wvzkh3546s3dnv2di0vf3rcf0f6jzbyqlaigfprm04d"))))
     (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]