guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 936d47d7f61c107802a75252f9b2b86bd52c6dd9
Author: Zheng Junjie <[email protected]>
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 2e66ff781b..fbc914d1ab 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4887,7 +4887,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
@@ -4896,7 +4896,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
@@ -4907,7 +4907,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
@@ -4925,6 +4925,7 @@ to separate the structure of documents from the data they
contain.")
kwidgetsaddons
kwindowsystem
libgcrypt
+ libsecret
phonon
qgpgme
qca-qt6