From 7e5816b6683e38679b91ae4912095d524dbe7f00 Mon Sep 17 00:00:00 2001 From: Sughosha Date: Wed, 8 Oct 2025 19:37:10 +0530 Subject: [PATCH] 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 a4cc8c891eaa1f604e90085929dc84918ec441ad..79a7d7bd6897cd63d6f4417f5358a1d81703e2b0 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