guix-commits
[Top][All Lists]
Advanced

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

292/332: gnu: kcalutils: Update to 23.04.3.


From: guix-commits
Subject: 292/332: gnu: kcalutils: Update to 23.04.3.
Date: Wed, 2 Aug 2023 10:37:13 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit c73293be9d2eed5bf4727748092a55e67f3c7555
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Jul 30 10:32:00 2023 +0800

    gnu: kcalutils: Update to 23.04.3.
    
    * gnu/packages/kde-pim.scm (kcalutils): Update to 23.04.3.
---
 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 ec1dc6d21b..3cee9f2bf2 100644
--- a/gnu/packages/kde-pim.scm
+++ b/gnu/packages/kde-pim.scm
@@ -715,14 +715,14 @@ calendaring applications.")
 (define-public kcalutils
   (package
     (name "kcalutils")
-    (version "22.08.1")
+    (version "23.04.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kcalutils-" version ".tar.xz"))
        (sha256
-        (base32 "1y25csn37lp14ba18gqmw9ssimy4dqi55irx8c89p4p1lypjwfzq"))))
+        (base32 "1j7f5ai25zcxggw3dvky624asxim5bkd6a35rcdzkjhj1qwk3vll"))))
     (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]