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

commit ea61e2d7321464bc6f36fced388c3c727ae3c0ce
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:59:15 2026 +0530

    gnu: kcalutils: Update to 25.12.2.
    
    * gnu/packages/kde-pim.scm (kcalutils): Update to 25.12.2.
    
    Change-Id: I74222150ec35b4108bd1c6e01713ead47d344feb
---
 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 2a49422492..95f82b084e 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -932,14 +932,14 @@ calendaring applications.")
 (define-public kcalutils
   (package
     (name "kcalutils")
-    (version "25.12.0")
+    (version "25.12.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kcalutils-" version ".tar.xz"))
        (sha256
-        (base32 "1h1w8fwzzkn8f3n773i6dzzqvv7d3fylxqzxazks7zsmw0s82123"))))
+        (base32 "0wdygkm9f5c9sk1i41gsc8p5bvc3ll7zz2nndbr6gsgwld8fm97y"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules libxml2)) ;; xmllint required for tests

Reply via email to