guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit db948686a76990297ecb04779cf924cdc44844fd Author: 宋文武 <[email protected]> AuthorDate: Sun May 4 14:10:15 2025 +0800 gnu: kwallet: Update to 6.13.0. * gnu/packages/kde-frameworks.scm (kwallet): Update to 6.13.0. Change-Id: I262a55664dae00497aee2b636aeaed180b273af8 --- 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 5fb6c386ca..2678cc5985 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -4827,7 +4827,7 @@ to separate the structure of documents from the data they contain.") (define-public kwallet (package (name "kwallet") - (version "6.10.0") + (version "6.13.0") (source (origin (method url-fetch) (uri (string-append @@ -4836,7 +4836,7 @@ to separate the structure of documents from the data they contain.") name "-" version ".tar.xz")) (sha256 (base32 - "0l5xwqskpq6xhvzmwnf7dl8sdiaz3gfarq5w9bb1hhsvl48kk6g1")))) + "0dnbm0y46k5ybz7pyy234jyldjvdg5rwh2mhlsyk7930yv6g4vqs")))) (build-system cmake-build-system) (arguments (list #:phases
