me
/
guix
Archived
1
0
Fork 0

gnu: libical: Update to 3.0.16.

* gnu/packages/calendar.scm (libical): Update to 3.0.16.
master
Marius Bakke 2022-11-20 14:16:18 +01:00 committed by Maxim Cournoyer
parent a643718b0c
commit 8d8786ba72
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -121,7 +121,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
@ -129,7 +129,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