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

commit d99c708ed75637180b92f34a391d6d44918cbbcf
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 08:50:50 2026 +0530

    gnu: kwallet: Update to 6.24.0.
    
    * gnu/packages/kde-frameworks.scm (kwallet): Update to 6.24.0.
    
    Change-Id: Ia15fb1752d16cc481d54d1c7cd6f964934e18d06
---
 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 0172428559..3be53ee7f9 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4563,7 +4563,7 @@ to separate the structure of documents from the data they 
contain.")
 (define-public kwallet
   (package
     (name "kwallet")
-    (version "6.23.0")
+    (version "6.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4572,7 +4572,7 @@ to separate the structure of documents from the data they 
contain.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "09vs6f1m4clf9jd8vwlprmf31dqkwpzf1m15bhj7231hqcbvvy0c"))))
+                "084m9zjq401a2q2403lyxxl9cyb3v6i7vi4n63krmz524kn2cjh9"))))
     (build-system cmake-build-system)
     (arguments
      (list #:test-exclude "fdo_secrets_test";seems to require network

Reply via email to