From dea28fb657af3879eaca31488e424a52821e00d6 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 19 May 2025 14:01:23 +0900 Subject: [PATCH] gnu: gnome-calendar: Update to 48.1. * gnu/packages/gnome.scm (gnome-calendar): Update to 48.1. Change-Id: Id4aaad553f9411c477016e50786dabbc282b4635 --- gnu/packages/gnome.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index a863a38f821..86810a4e7a9 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10971,7 +10971,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.") (define-public gnome-calendar (package (name "gnome-calendar") - (version "47.0") + (version "48.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -10979,7 +10979,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.") name "-" version ".tar.xz")) (sha256 (base32 - "0xhynp8jxydbwln2sjax4pxfllvdb78hkqh73s1dq4jd3hzk20rv")))) + "00lz50rwla8dnc1xj4nb5zm0mkl24v7iwhhx31cf7s0bq3asvkh6")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t