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

commit 4ab4eefef0cd33c6e3f8db955b5ec93e2abe5efa
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:51:33 2025 +0800

    gnu: kwallet: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (kwallet): Update to 6.10.0.
    [inputs]: Add kcrash.
    
    Change-Id: I3ffd9b505207edf98e566264b2badda7732903a8
---
 gnu/packages/kde-frameworks.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index d1d9b8cd51..4903283dbe 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -4804,7 +4804,7 @@ to separate the structure of documents from the data they 
contain.")
 (define-public kwallet
   (package
     (name "kwallet")
-    (version "6.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4813,7 +4813,7 @@ to separate the structure of documents from the data they 
contain.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0nl1blnpbvggv3r86m09skc46py0fsxhdayvipgsy683l58fzfcy"))))
+                "0l5xwqskpq6xhvzmwnf7dl8sdiaz3gfarq5w9bb1hhsvl48kk6g1"))))
     (build-system cmake-build-system)
     (arguments
      (list #:phases
@@ -4832,6 +4832,7 @@ to separate the structure of documents from the data they 
contain.")
            kconfig
            kconfigwidgets
            kcoreaddons
+           kcrash
            kdbusaddons
            kdoctools
            kiconthemes

Reply via email to