diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-20 14:16:18 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-20 17:19:59 +0100 |
commit | a82375c4c0b92ddb794b9be225cba86f6f292f58 (patch) | |
tree | 70f9c6e8f0c266864c6dfb7f1524ec814809d87a | |
parent | 4257176e265f72ba0f975e6e8ac47623c914483c (diff) | |
download | guix-a82375c4c0b92ddb794b9be225cba86f6f292f58.tar.gz |
gnu: libical: Update to 3.0.16.
* gnu/packages/calendar.scm (libical): Update to 3.0.16.
-rw-r--r-- | gnu/packages/calendar.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm index 6583810277..9328c1c1a6 100644 --- a/gnu/packages/calendar.scm +++ b/gnu/packages/calendar.scm @@ -119,7 +119,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 @@ -127,7 +127,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 |