guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 2660b1bd616eebcc439c5fed6ec4b725278e1b49
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 320a279606..6dfe38bc1b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10539,7 +10539,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 "/"
@@ -10547,7 +10547,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