3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: libical: Update to 3.0.6.

* gnu/packages/calendar.scm (libical): Update to 3.0.6.
This commit is contained in:
Marius Bakke 2019-10-08 20:38:26 +02:00
parent cb15ad775d
commit 969aea1f03
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -50,7 +50,7 @@
(define-public libical
(package
(name "libical")
(version "3.0.5")
(version "3.0.6")
(source (origin
(method url-fetch)
(uri (string-append
@ -58,7 +58,7 @@
version "/libical-" version ".tar.gz"))
(sha256
(base32
"1rkq9qkvbv76n6k6kc8pxhwj9vhyigkb6flfcn1rk6wwqk451mbs"))))
"15sdmh8w4vszd7jhv9fdpd48anpkniq2k1jw7siy9v1jnz1232jw"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; test suite appears broken