guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit d3cd5bd085bbf1ca6f5e462a4e48d35097502d9b
Author: Sughosha <[email protected]>
AuthorDate: Mon Oct 13 20:46:51 2025 +0530
gnu: kwallet: Update to 6.19.0.
* gnu/packages/kde-frameworks.scm (kwallet): Update to 6.19.0.
Change-Id: Id3d0383ce97969962ce834921a47e8232df19961
---
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 bedd8f6254..a898111c86 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4629,7 +4629,7 @@ to separate the structure of documents from the data they
contain.")
(define-public kwallet
(package
(name "kwallet")
- (version "6.18.0")
+ (version "6.19.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4638,7 +4638,7 @@ to separate the structure of documents from the data they
contain.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0qyij4w6wa5r10cr9wap2mhhldw1wgy04wrnyd2fx6hb50dhwqy8"))))
+ "1bf4mn72di3yixx50kmz25kpzwzx1j7fsxh4kn6hs5qc1gva7r0x"))))
(build-system cmake-build-system)
(arguments
(list #:phases