guix_mirror_bot pushed a commit to branch gnuzilla-updates in repository guix.
commit 3d820eaf4f5ebc63644257922af1d6fe4af68109 Author: Maxim Cournoyer <[email protected]> AuthorDate: Tue Aug 26 22:55:55 2025 +0900 gnu: libical: Update to 3.0.20. * gnu/packages/calendar.scm (libical): Update to 3.0.20. Change-Id: I707fc683000dd4d8d071d247d723cf76b62864e8 --- 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 ae3047f13b..8da73e0fb6 100644 --- a/gnu/packages/calendar.scm +++ b/gnu/packages/calendar.scm @@ -167,7 +167,7 @@ algorithms library for calendar dates and durations. It also provides the (define-public libical (package (name "libical") - (version "3.0.17") + (version "3.0.20") (source (origin (method url-fetch) (uri (string-append @@ -175,7 +175,7 @@ algorithms library for calendar dates and durations. It also provides the version "/libical-" version ".tar.gz")) (sha256 (base32 - "06vqbxg4f3i03087grjncfy9pbvmlhg4v1ajhwr400l7nrnrmnmw")))) + "1hml20smr79c1b58x6401bgqrc52j2r4cr1h00dlrs3cb8pyjgg7")))) (build-system cmake-build-system) (arguments (list
