gnu: libical: Update to 3.0.3.

* gnu/packages/calendar.scm (libical): Update to 3.0.3.
master
Marius Bakke 2018-03-12 17:28:14 +01:00
parent ee9c7156a4
commit fe2520c389
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
(define-public libical
(package
(name "libical")
(version "3.0.2")
(version "3.0.3")
(source (origin
(method url-fetch)
(uri (string-append
@ -55,7 +55,7 @@
version "/libical-" version ".tar.gz"))
(sha256
(base32
"03k45dg79bf8lgymn94z2in1c3926v93h76xsap1svln63b3zg0c"))))
"0hcjyf35b8rrvy8xziqxc4imi28mmkixb09gknisvp6jsa5fp4av"))))
(build-system cmake-build-system)
(arguments
'(#:tests? #f ; test suite appears broken