guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 340ca67ad5bcd3e25050d1d5000b471043b9b890
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:29 2026 +0530
gnu: kwallet: Update to 6.23.0.
* gnu/packages/kde-frameworks.scm (kwallet): Update to 6.23.0.
Change-Id: I2312b9c6f8cf6e21901e0a9fb5a96eb766db1310
---
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 c37606c09a..76c8b5842a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4534,7 +4534,7 @@ to separate the structure of documents from the data they
contain.")
(define-public kwallet
(package
(name "kwallet")
- (version "6.22.0")
+ (version "6.23.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4543,7 +4543,7 @@ to separate the structure of documents from the data they
contain.")
name "-" version ".tar.xz"))
(sha256
(base32
- "01ma4pvwxyxrg9wzppym46wjw201wsb9p5fwxqf4i6yb3i31m0hh"))))
+ "09vs6f1m4clf9jd8vwlprmf31dqkwpzf1m15bhj7231hqcbvvy0c"))))
(build-system cmake-build-system)
(arguments
(list #:test-exclude "fdo_secrets_test";seems to require network