diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-18 11:33:09 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2024-01-18 20:54:04 -0500 |
commit | 2b1d53273a48ced282c15d3aadffd2a21e74d4b1 (patch) | |
tree | e27a3594e1992e356e231080cb757ba2860cb9ea | |
parent | b189ee8498003dec79872d941ca047e256d55d64 (diff) | |
download | guix-2b1d53273a48ced282c15d3aadffd2a21e74d4b1.tar.gz guix-2b1d53273a48ced282c15d3aadffd2a21e74d4b1.zip |
gnu: kconfig: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kconfig): Update to 5.114.0.
Change-Id: Icd4f11af8bc2769c2e30b5984e329aa9f230db51
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files 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 |