guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit cff14a7f543e1a3630c7338d7c20db339ce23440
Author: Sughosha <[email protected]>
AuthorDate: Fri Oct 10 13:55:00 2025 +0530
gnu: kcalutils: Update to 25.08.2.
* gnu/packages/kde-pim.scm (kcalutils): Update to 25.08.2.
Change-Id: Ib8b447e570657b34e4c562fbd73288d625cde55f
---
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 40bdb61ab2..8b532945bd 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -949,14 +949,14 @@ calendaring applications.")
(define-public kcalutils
(package
(name "kcalutils")
- (version "25.08.1")
+ (version "25.08.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kcalutils-" version ".tar.xz"))
(sha256
- (base32 "021bs7mdawmsmd183qp3xpkwv9k7h8hkjb7zy54x825xxxdh3yvl"))))
+ (base32 "18q8qqq4xs9hg9bvym93pph0cym79n3kxcq5z7v7f5ys13c0mdmp"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules libxml2)) ;; xmllint required for tests