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

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

    gnu: gnome-font-viewer: Update to 48.0.
    
    * gnu/packages/gnome.scm (gnome-font-viewer): Update to 48.0.
    
    Change-Id: I5973df80ef27e30efe792234fac65e1c95c11b77
---
 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 7e24c19e63..cf553a2b47 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2315,7 +2315,7 @@ The gnome-about program helps find which version of GNOME 
is installed.")
 (define-public gnome-font-viewer
   (package
     (name "gnome-font-viewer")
-    (version "46.0")
+    (version "48.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-font-viewer/"
@@ -2323,7 +2323,7 @@ The gnome-about program helps find which version of GNOME 
is installed.")
                                   "/gnome-font-viewer-" version ".tar.xz"))
               (sha256
                (base32
-                "0z2k5nyrizzib657c5k2hnk1v5jcw34bays89l2cq0jx90g40bsr"))))
+                "19vjm2iv1mr01dai27amafm3sf8jprqwxa03mk3zakv23cij89kk"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to