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

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

    gnu: gnome-characters: Update to 48.0.
    
    * gnu/packages/gnome.scm (gnome-characters): Update to 48.0.
    
    Change-Id: I6c2fc4482e403a982b16197e3da7063903b25076
---
 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 b72db9104b..72c575fe18 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2035,7 +2035,7 @@ to other formats.")
 (define-public gnome-characters
   (package
     (name "gnome-characters")
-    (version "46.0")
+    (version "48.0")
     (source
      (origin
        (method url-fetch)
@@ -2044,7 +2044,7 @@ to other formats.")
                            "/gnome-characters-" version ".tar.xz"))
        (sha256
         (base32
-         "0z42blzj4kp0vgwqdaf8fip28i3qag6yg94lk55j0j5z232y5s54"))))
+         "0wcd7j6gyv7nk44d1xdhx3fa54g688s0sd908i0b47ci9njjrhx2"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to