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

commit 89d25fd3dfdccd1f3bcc54040c0944083833722c
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:09 2026 +0900

    gnu: gnome-font-viewer: Update to 49.0.
    
    * gnu/packages/gnome.scm (gnome-font-viewer): Update to 49.0.
    
    Change-Id: I3d5d618c74c3acff767827dedccbd78762dead71
    Signed-off-by: NoĆ© Lopez <[email protected]>
---
 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 c147781d5c..f3154a8e9e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2219,7 +2219,7 @@ The gnome-about program helps find which version of GNOME 
is installed.")
 (define-public gnome-font-viewer
   (package
     (name "gnome-font-viewer")
-    (version "48.0")
+    (version "49.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-font-viewer/"
@@ -2227,7 +2227,7 @@ The gnome-about program helps find which version of GNOME 
is installed.")
                                   "/gnome-font-viewer-" version ".tar.xz"))
               (sha256
                (base32
-                "19vjm2iv1mr01dai27amafm3sf8jprqwxa03mk3zakv23cij89kk"))))
+                "0114ar42akyl40g8gn8f8pbr7hf025bz39nisxainxw5q8jqj0bw"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to