guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: libical: Update to 3.0.4.


From: Marius Bakke
Subject: 02/04: gnu: libical: Update to 3.0.4.
Date: Sun, 19 Aug 2018 09:46:07 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 525a62e5eaa1c5e007198dc3261c6bc2932cfb6a
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 19 15:39:06 2018 +0200

    gnu: libical: Update to 3.0.4.
    
    * gnu/packages/calendar.scm (libical): Update to 3.0.4.
---
 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 79cef99..3b901dc 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -48,7 +48,7 @@
 (define-public libical
   (package
     (name "libical")
-    (version "3.0.3")
+    (version "3.0.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -56,7 +56,7 @@
                     version "/libical-" version ".tar.gz"))
               (sha256
                (base32
-                "0hcjyf35b8rrvy8xziqxc4imi28mmkixb09gknisvp6jsa5fp4av"))))
+                "0ifisnh42cw5z53hp9p52l3ggc7k877zlqk0n06gdhrk0bhidckj"))))
     (build-system cmake-build-system)
     (arguments
      '(#:tests? #f ; test suite appears broken



reply via email to

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