guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit f7274ac288a0ed01106cf66c9d9caa1f1b3b13a1
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:22 2025 +0900
gnu: gnome-clocks: Update to 48.0.
* gnu/packages/gnome.scm (gnome-clocks): Update to 48.0.
Change-Id: I2f8ac38bb9b2b17b1c5ba8075cb5d0500e98820d
---
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 5633a9f759..4439ab60ec 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10554,7 +10554,7 @@ Microsoft SkyDrive and Hotmail, using their REST
protocols.")
(define-public gnome-clocks
(package
(name "gnome-clocks")
- (version "46.0")
+ (version "48.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -10562,7 +10562,7 @@ Microsoft SkyDrive and Hotmail, using their REST
protocols.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1iwr9ydg8bvd0xr4npr321km5wvkkdq2cmlbcr77byffrmwcb8za"))))
+ "0qkw10wbz0yg3cqr3x501z5604vmaklijqknp4k1y2rhfpxy2vk1"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t