guix-commits
[Top][All Lists]
Advanced

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

05/34: gnu: libical: Update to 3.0.10.


From: guix-commits
Subject: 05/34: gnu: libical: Update to 3.0.10.
Date: Sat, 22 May 2021 11:16:27 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit a5c6bd38c15b79c0ad59f3d9545d9a3b713b5575
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat May 15 15:43:19 2021 +0200

    gnu: libical: Update to 3.0.10.
    
    * gnu/packages/calendar.scm (libical): Update to 3.0.10.
---
 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 f62f746..a9de251 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -116,7 +116,7 @@ the <tz.h> library for handling time zones and leap 
seconds.")
 (define-public libical
   (package
     (name "libical")
-    (version "3.0.8")
+    (version "3.0.10")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -124,7 +124,7 @@ the <tz.h> library for handling time zones and leap 
seconds.")
                     version "/libical-" version ".tar.gz"))
               (sha256
                (base32
-                "0vr8s7hn8204lyc4ys5bs3j5qss4lmc9ffly2m1a59avyz5cmzh9"))))
+                "1d1nqcfilb4k8bc5x85fhnd26l1ski58wpk2nmds6mlxrzkb6czr"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; test suite appears broken



reply via email to

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