guix-commits
[Top][All Lists]
Advanced

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

09/92: gnu: kcalendarcore: Update to 5.114.0.


From: guix-commits
Subject: 09/92: gnu: kcalendarcore: Update to 5.114.0.
Date: Thu, 18 Jan 2024 20:59:59 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit 32f97bc7eb5c7a33fe0db066b7b2b5adab47a0b4
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Jan 18 11:33:08 2024 -0500

    gnu: kcalendarcore: Update to 5.114.0.
    
    * gnu/packages/kde-frameworks.scm (kcalendarcore): Update to 5.114.0.
    
    Change-Id: I2b05028fff57c17c2b568c45b8f11ff715b9c386
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 4d536564fd..44c87011a3 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -490,7 +490,7 @@ GZip format, via a subclass of QIODevice.")
 (define-public kcalendarcore
   (package
     (name "kcalendarcore")
-    (version "5.108.0")
+    (version "5.114.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -499,7 +499,7 @@ GZip format, via a subclass of QIODevice.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1wxlixz7624p7693lwxgdzyi30n9zgs0mgvwldp0q0llzpxqp5yv"))))
+                "0aimda01zqw4fz5ldvz4vh767bi10r00kvm62n89nxhsq46wlk7p"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules perl tzdata-for-tests))



reply via email to

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