guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 9ca7e48193e6f9fe5e90549c0bc455fc4547b835
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:13 2026 +0900
gnu: gnome-calendar: Update to 49.1.
* gnu/packages/gnome.scm (gnome-calendar): Update to 49.1.
[native-inputs]: Add blueprint-compiler.
Change-Id: Ib6a6d03853c6b80d8056a8127d3f57bcdb869400
Signed-off-by: Noé Lopez <[email protected]>
---
gnu/packages/gnome.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e772daae97..bc173bf2ff 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10921,7 +10921,7 @@ desktop. It supports world clock, stop watch, alarms,
and count down timer.")
(define-public gnome-calendar
(package
(name "gnome-calendar")
- (version "48.1")
+ (version "49.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -10929,7 +10929,7 @@ desktop. It supports world clock, stop watch, alarms,
and count down timer.")
name "-" version ".tar.xz"))
(sha256
(base32
- "00lz50rwla8dnc1xj4nb5zm0mkl24v7iwhhx31cf7s0bq3asvkh6"))))
+ "1hnjhdxa9vfrs6fj0c0l5fiqwgz5mvby0v7m3562qlsd56mia48c"))))
(build-system meson-build-system)
(arguments
`(#:glib-or-gtk? #t
@@ -10948,7 +10948,8 @@ desktop. It supports world clock, stop watch, alarms,
and count down timer.")
(or native-inputs inputs) "share/zoneinfo"))
(setenv "TZ" "UTC"))))))
(native-inputs
- (list gettext-minimal
+ (list blueprint-compiler
+ gettext-minimal
`(,glib "bin") ; For glib-compile-schemas
pkg-config
tzdata-for-tests))