guix_mirror_bot pushed a commit to branch kde-team in repository guix. commit 43f4e21087bf05317f66128cb58723036a28f60e Author: Zheng Junjie <z572@z572.online> AuthorDate: Mon Jul 21 16:39:46 2025 +0800
gnu: kwallet: Update to 6.16.0. * gnu/packages/kde-frameworks.scm (kwallet): Update to 6.16.0. [inputs]: Add libsecret. [native-inputs]: Add pkg-config. Change-Id: Idba776239fe6dd2db5c2e43cf5278f5f124a33ac --- gnu/packages/kde-frameworks.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 5a93f839b2..07614f29bc 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -4853,7 +4853,7 @@ to separate the structure of documents from the data they contain.") (define-public kwallet (package (name "kwallet") - (version "6.13.0") + (version "6.16.0") (source (origin (method url-fetch) (uri (string-append @@ -4862,7 +4862,7 @@ to separate the structure of documents from the data they contain.") name "-" version ".tar.xz")) (sha256 (base32 - "0dnbm0y46k5ybz7pyy234jyldjvdg5rwh2mhlsyk7930yv6g4vqs")))) + "1vafhnkbqh3gnmrbdkbpmdsql44l48jhj5qc0lsx6hs65h6k7pfq")))) (build-system cmake-build-system) (arguments (list #:phases @@ -4873,7 +4873,7 @@ to separate the structure of documents from the data they contain.") (invoke "ctest" "-E" "(fdo_secrets_test)"))))))) (native-inputs - (list extra-cmake-modules kdoctools)) + (list extra-cmake-modules kdoctools pkg-config)) (inputs (list gpgme kauth @@ -4891,6 +4891,7 @@ to separate the structure of documents from the data they contain.") kwidgetsaddons kwindowsystem libgcrypt + libsecret phonon qgpgme qca-qt6