guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit f42a646aec53a70d7ba123e8c7e13f62f53e421c
Author: Sughosha <[email protected]>
AuthorDate: Sat Oct 18 11:49:11 2025 +0530

    gnu: kaidan: Update to 0.13.0.
    
    * gnu/packages/kde-internet.scm (kaidan): Update to 0.13.0.
    [arguments]<#:configure-flags>: Remove "-DBUILD_TESTS=true".
    [inputs]: Add qtkeychain-qt6.
    
    Change-Id: I2230c4995ac111d9ac58710ee387573c82c2cf77
---
 gnu/packages/kde-internet.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 4eb23794e9..94e58f0c8c 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -188,7 +188,7 @@ framework.  It builds XMPP clients complying with the XMPP 
Compliance Suites
 (define-public kaidan
   (package
     (name "kaidan")
-    (version "0.12.2")
+    (version "0.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/unstable/kaidan/" version
@@ -198,12 +198,11 @@ framework.  It builds XMPP clients complying with the 
XMPP Compliance Suites
                #~(begin
                    (delete-file-recursively "3rdparty")))
               (sha256
-               (base32 
"0q8py100nmvyhm8pfnvpxmghbg445x2vgpw3c519bcrr4w7y6yl0"))))
+               (base32 
"082bg19jd6g1w2h65zjp5hraihaayrrfjqzwgfqdn3lgwyqnrdxm"))))
     (build-system qt-build-system)
     (arguments
      (list
        #:qtbase qtbase
-       #:configure-flags #~(list "-DBUILD_TESTS=true")
        #:test-exclude "PublicGroupChatTest"
        #:phases
          #~(modify-phases %standard-phases
@@ -223,6 +222,7 @@ framework.  It builds XMPP clients complying with the XMPP 
Compliance Suites
                   kquickimageeditor
                   prison
                   qqc2-desktop-style
+                  qtkeychain-qt6
                   qtlocation
                   qtmultimedia
                   qtpositioning

Reply via email to