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

commit 0c1a2fa063aafd7eff5cabbb352eafa81d78c95c
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:59:04 2026 +0530

    gnu: kaidan: Update to 0.15.0.
    
    * gnu/packages/kde-internet.scm (kaidan): Update to 0.15.0.
    
    Change-Id: Ibb2744180ceebf430461d951fee9819c0c08afcb
---
 gnu/packages/kde-internet.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 47e5082afc..9bae8e95eb 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.13.0")
+    (version "0.15.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/unstable/kaidan/" version
@@ -198,7 +198,7 @@ framework.  It builds XMPP clients complying with the XMPP 
Compliance Suites
                #~(begin
                    (delete-file-recursively "3rdparty")))
               (sha256
-               (base32 
"082bg19jd6g1w2h65zjp5hraihaayrrfjqzwgfqdn3lgwyqnrdxm"))))
+               (base32 
"11g4lifji6gh9zmpgyx4dnmxyzzwkhhj84j2w9r4bvgqm2pxdhnd"))))
     (build-system qt-build-system)
     (arguments
      (list

Reply via email to