diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-04-24 10:36:52 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-04-24 10:43:40 +0900 |
| commit | 3c8427ca4159b07daa9b209a3fa835e74809ffb2 (patch) | |
| tree | 721f31de8b907649afb8d2b6edc556aa78c86c00 /gnu | |
| parent | 0e78b616d78eb4dc8ef2b7b594fc357426400966 (diff) | |
gnu: gnome-calendar: Update to 47.0.
* gnu/packages/gnome.scm (gnome-calendar): Update to 47.0.
Fixes: bug#78015
Change-Id: Iecf890da7d5e81285bdf43874e0add210138dda1
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 92c80ad1ad3..34162d5138e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10838,7 +10838,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.") (define-public gnome-calendar (package (name "gnome-calendar") - (version "46.1") + (version "47.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -10846,7 +10846,7 @@ desktop. It supports world clock, stop watch, alarms, and count down timer.") name "-" version ".tar.xz")) (sha256 (base32 - "15q8c70mis5inllrw9k6nlscazicajvmx98bd4h7nnxxi9xzyqcq")))) + "0xhynp8jxydbwln2sjax4pxfllvdb78hkqh73s1dq4jd3hzk20rv")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |
