guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 4893db44d96cb38fb8b38a2f29326051f2c591a1
Author: Sughosha <[email protected]>
AuthorDate: Wed Oct 8 19:37:10 2025 +0530
gnu: kwallet: Update to 6.18.0.
* gnu/packages/kde-frameworks.scm (kwallet): Update to 6.18.0.
Change-Id: Ic43d9d2a13174db34fc4d7f8555580c7f3daa201
---
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 a4cc8c891e..79a7d7bd68 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4867,7 +4867,7 @@ to separate the structure of documents from the data they
contain.")
(define-public kwallet
(package
(name "kwallet")
- (version "6.16.0")
+ (version "6.18.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -4876,7 +4876,7 @@ to separate the structure of documents from the data they
contain.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1vafhnkbqh3gnmrbdkbpmdsql44l48jhj5qc0lsx6hs65h6k7pfq"))))
+ "0qyij4w6wa5r10cr9wap2mhhldw1wgy04wrnyd2fx6hb50dhwqy8"))))
(build-system cmake-build-system)
(arguments
(list #:phases