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

commit 4cb7cfee54959048d2a2b74c8c5a205d2214e419
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Mon Jul 28 14:27:44 2025 +0800

    gnu: kaccounts-providers: Update to 25.04.3.
    
    * gnu/packages/kde-pim.scm (kaccounts-providers): Update to 25.04.3.
    
    Change-Id: I9ea60af9e9859944e6fa0610ce486931a0a9c467
---
 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 e0eb722693..c2c1ba371b 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -658,14 +658,14 @@ management system and its Plasma integration components.")
 (define-public kaccounts-providers
   (package
     (name "kaccounts-providers")
-    (version "24.12.1")
+    (version "25.04.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/"
                                   version "/src/" name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1jaigpnclcmwm0az169mc7l2kic652prxcbs1k71c8b04frnw44c"))))
+                "1cvpc5kggq5rnfdgd4j9cmcgdwx02p7jlhvi0qcngf7lax8j9n58"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules intltool))
     (inputs (list kaccounts-integration

Reply via email to