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

commit 6e5942350c066e656c80cd38c050044a548ef829
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 6 14:31:30 2024 +0800

    gnu: kaccounts-integration: Update to 24.05.2.
    
    * gnu/packages/kde-pim.scm (kaccounts-integration): Update to 24.05.2.
    [inputs]: Remove libaccounts-qt, qcoro-qt5, and signond; add 
libaccounts-qt6,
    qcoro-qt6, and signond-qt6.
    [arguments]: Set #:qtbase to qtbase.
    
    Change-Id: I9306de1bc7a3f72b52ce5df0bbf71b8ee312b13d
---
 gnu/packages/kde-pim.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 5780b9dbca..85d6923e4c 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -575,14 +575,14 @@ one of the APIs mentioned above.")
 (define-public kaccounts-integration
   (package
     (name "kaccounts-integration")
-    (version "23.04.3")
+    (version "24.05.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/"
                                   version "/src/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1mn64xw5r2magy5y0qmg5r907jz1y8jar0qqkc6s1zjjr3s3knac"))))
+                "0dbv1yv6qq0rgjlczmky7fmwa3rspyssd6grdbgzyy3k0v35m1fi"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kcmutils
@@ -592,9 +592,10 @@ one of the APIs mentioned above.")
                   kdeclarative
                   kwallet
                   kio
-                  libaccounts-qt
-                  qcoro-qt5
-                  signond))
+                  libaccounts-qt6
+                  qcoro-qt6
+                  signond-qt6))
+    (arguments (list #:qtbase qtbase))
     (home-page "https://invent.kde.org/network/kaccounts-integration";)
     (synopsis "Online account management system")
     (description "The Kaccounts Integration library provides online account

Reply via email to