guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit 314f3904e7b3caf6a42008c9ae4c40f926bb391b
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:23 2025 +0900

    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 4fbf19aa5a..b74d0161cb 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10621,7 +10621,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 "/"
@@ -10629,7 +10629,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

Reply via email to