guix-commits
[Top][All Lists]
Advanced

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

12/92: gnu: kconfig: Update to 5.114.0.


From: guix-commits
Subject: 12/92: gnu: kconfig: Update to 5.114.0.
Date: Thu, 18 Jan 2024 21:00:01 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

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

    gnu: kconfig: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kconfig): Update to 5.114.0.
    
    Change-Id: Icd4f11af8bc2769c2e30b5984e329aa9f230db51
---
 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 3f07c0d9e1..45a99546be 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -589,7 +589,7 @@ which can be used to add custom colors to the popup menu.")
 (define-public kconfig
   (package
     (name "kconfig")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -598,7 +598,7 @@ which can be used to add custom colors to the popup menu.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0gq30f5yx3razkn12zq7224sivl76jikf7c4xdfc9fw1k54sxbjd"))))
+                "0hghdh4p6cq9ckp4g5jdgd8w47pdsxxvzimrdfjrs71lmy8ydiy2"))))
     (build-system cmake-build-system)
     (native-inputs
      (list dbus extra-cmake-modules inetutils qttools-5



reply via email to

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