guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/58: gnu: gnome-font-viewer: Update to 46.0.


From: guix-commits
Subject: 23/58: gnu: gnome-font-viewer: Update to 46.0.
Date: Sat, 7 Sep 2024 05:11:04 -0400 (EDT)

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

commit e81727550203fc7479ba68351481ab591cac6c62
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
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 b2041ce73f..4a14e8cbb1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2410,7 +2410,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/"
@@ -2418,7 +2418,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

[Prev in Thread] Current Thread [Next in Thread]