guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 7cf07414f9ad4f3129c7d58b69c66f6d6b6e8673
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:13 2026 +0530

    gnu: kwallet: Update to 6.22.0.
    
    * gnu/packages/kde-frameworks.scm (kwallet): Update to 6.22.0.
    
    Change-Id: I490af2521e6d6ed8d2c50b1eb33c53b0b65e4427
---
 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 d6c4225944..e2646dd62c 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4522,7 +4522,7 @@ to separate the structure of documents from the data they 
contain.")
 (define-public kwallet
   (package
     (name "kwallet")
-    (version "6.21.0")
+    (version "6.22.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4531,7 +4531,7 @@ to separate the structure of documents from the data they 
contain.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0j3z10p5myivkwzfypp5r4wh2ny2fjglcn8fqb068lgcfjp9w384"))))
+                "01ma4pvwxyxrg9wzppym46wjw201wsb9p5fwxqf4i6yb3i31m0hh"))))
     (build-system cmake-build-system)
     (arguments
      (list #:test-exclude "fdo_secrets_test";seems to require network

Reply via email to