guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

159/321: gnu: kcalutils: Update to 24.12.1.


From: guix-commits
Subject: 159/321: gnu: kcalutils: Update to 24.12.1.
Date: Sat, 11 Jan 2025 08:13:59 -0500 (EST)

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

commit 4dfadf9a152f4b1c91d017b1eed903a53eed900d
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Fri Jan 10 11:51:46 2025 +0800

    gnu: kcalutils: Update to 24.12.1.
    
    * gnu/packages/kde-pim.scm (kcalutils): Update to 24.12.1.
    
    Change-Id: Ie96c6c3722f4527fe68247b0e3ef84c44a8daf69
---
 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 efe6d88ccc..65db17d4ea 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -674,14 +674,14 @@ calendaring applications.")
 (define-public kcalutils
   (package
     (name "kcalutils")
-    (version "24.05.2")
+    (version "24.12.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kcalutils-" version ".tar.xz"))
        (sha256
-        (base32 "1hiygvhw9nmqsz7pca6za9as06m8l0wsv78ski6gcjwzpi7qh0vq"))))
+        (base32 "0iq5df6swl3k3vw7ak502z6v98732rig7k49x4xc63rya8xfw8gk"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules libxml2)) ;; xmllint required for tests



reply via email to

[Prev in Thread] Current Thread [Next in Thread]