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

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

    gnu: kaccounts-integration: Update to 24.12.1.
    
    * gnu/packages/kde-pim.scm (kaccounts-integration): Update to 24.12.1.
    
    Change-Id: Ib91058be781725ea5fde8989f0d6d3021fb8e5e1
---
 gnu/packages/kde-pim.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-pim.scm b/gnu/packages/kde-pim.scm
index 03931431de..7ea1296fe1 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -571,14 +571,14 @@ CalDAV server.")
 (define-public kaccounts-integration
   (package
     (name "kaccounts-integration")
-    (version "24.05.2")
+    (version "24.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/"
                                   version "/src/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0dbv1yv6qq0rgjlczmky7fmwa3rspyssd6grdbgzyy3k0v35m1fi"))))
+                "1y19kb87wqf8w5b5yvnkykqkrri7djrb8gd39c734zq7ks5wjd67"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kcmutils

Reply via email to