guix-commits
[Top][All Lists]
Advanced

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

10/24: gnu: gnome-font-viewer: Update to 44.0.


From: guix-commits
Subject: 10/24: gnu: gnome-font-viewer: Update to 44.0.
Date: Sun, 3 Dec 2023 01:18:48 -0500 (EST)

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

commit 50d28c2a10969d2f2364de2fe67b445592d0997c
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Tue Nov 21 18:53:56 2023 +0100

    gnu: gnome-font-viewer: Update to 44.0.
    
    * gnu/packages/gnome.scm (gnome-font-viewer): Update to 44.0.
    [inputs]: Remove libhandy.
    
    Change-Id: I5bab0a37e287ec935f3be280f0e04dbd4b27728a
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/gnome.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0b0f9af0fb..66ba82a431 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2338,7 +2338,7 @@ The gnome-about program helps find which version of GNOME 
is installed.")
 (define-public gnome-font-viewer
   (package
     (name "gnome-font-viewer")
-    (version "42.0")
+    (version "44.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-font-viewer/"
@@ -2346,7 +2346,7 @@ The gnome-about program helps find which version of GNOME 
is installed.")
                                   "/gnome-font-viewer-" version ".tar.xz"))
               (sha256
                (base32
-                "1k4dhk5dmkpxb5xpr9vrl7k2fdpi2fidzni1l2hhb891zzgvi8ng"))))
+                "15wzpdbx9wrw4r5l04srw89ak3j3jcmrvpbm27pw53121grisld1"))))
     (build-system meson-build-system)
     (arguments
      (list
@@ -2372,7 +2372,6 @@ The gnome-about program helps find which version of GNOME 
is installed.")
            gnome-desktop
            gtk
            libadwaita
-           libhandy
            libxml2))
     (home-page "https://gitlab.gnome.org/GNOME/gnome-font-viewer";)
     (synopsis "GNOME Fonts")



reply via email to

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