guix-commits
[Top][All Lists]
Advanced

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

02/15: gnu: libical: Update to 3.0.16.


From: guix-commits
Subject: 02/15: gnu: libical: Update to 3.0.16.
Date: Sun, 20 Nov 2022 11:21:10 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit a82375c4c0b92ddb794b9be225cba86f6f292f58
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 6583810277..9328c1c1a6 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -119,7 +119,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
@@ -127,7 +127,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]