guix-commits
[Top][All Lists]
Advanced

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

33/416: gnu: libical: Update to 3.0.16.


From: guix-commits
Subject: 33/416: gnu: libical: Update to 3.0.16.
Date: Fri, 14 Apr 2023 15:25:14 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 8d8786ba7254bc0511c1eab09a7d47a8e682746f
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Nov 20 14:16:18 2022 +0100

    gnu: libical: Update to 3.0.16.
    
    * gnu/packages/calendar.scm (libical): Update to 3.0.16.
---
 gnu/packages/calendar.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index 32a8f23f19..cf4286100d 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -121,7 +121,7 @@ the <tz.h> library for handling time zones and leap 
seconds.")
 (define-public libical
   (package
     (name "libical")
-    (version "3.0.14")
+    (version "3.0.16")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -129,7 +129,7 @@ the <tz.h> library for handling time zones and leap 
seconds.")
                     version "/libical-" version ".tar.gz"))
               (sha256
                (base32
-                "13ycghsi4iv8mnm0xv97bs0x6qvfhdxkw20n3yhcc7bg6n0bg122"))))
+                "0cqc1wpalxmxjx8dmcaga9w8kd5l7944hqmidz43hifaf7fhaixl"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; test suite appears broken



reply via email to

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