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

commit b7a85bfde2e5c53485050d30310fd7c2bf64a77a
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Mon Jul 15 22:48:05 2024 +0200

    gnu: gnome-font-viewer: Update to 46.0.
    
    * gnu/packages/gnome.scm (gnome-font-viewer): Update to 46.0.
---
 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 75bb6c2ba4..c5878c5532 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2415,7 +2415,7 @@ The gnome-about program helps find which version of GNOME 
is installed.")
 (define-public gnome-font-viewer
   (package
     (name "gnome-font-viewer")
-    (version "44.0")
+    (version "46.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-font-viewer/"
@@ -2423,7 +2423,7 @@ The gnome-about program helps find which version of GNOME 
is installed.")
                                   "/gnome-font-viewer-" version ".tar.xz"))
               (sha256
                (base32
-                "15wzpdbx9wrw4r5l04srw89ak3j3jcmrvpbm27pw53121grisld1"))))
+                "0z2k5nyrizzib657c5k2hnk1v5jcw34bays89l2cq0jx90g40bsr"))))
     (build-system meson-build-system)
     (arguments
      (list

Reply via email to