1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: gnome-calendar: Update to 48.1.

* gnu/packages/gnome.scm (gnome-calendar): Update to 48.1.

Change-Id: Id4aaad553f9411c477016e50786dabbc282b4635
This commit is contained in:
Maxim Cournoyer
2025-05-19 14:01:23 +09:00
committed by Andreas Enge
parent 44c495a0b1
commit 8837eee8e3

View File

@@ -10615,7 +10615,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 "/"
@@ -10623,7 +10623,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