diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2023-11-21 18:53:56 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-12-02 17:08:54 +0100 |
commit | 50d28c2a10969d2f2364de2fe67b445592d0997c (patch) | |
tree | e55f784aa619df72d678aca369402cdbcc9980c7 | |
parent | 5abfce62d0d7c37211693b04a9eb57c6e1427e1c (diff) | |
download | guix-50d28c2a10969d2f2364de2fe67b445592d0997c.tar.gz guix-50d28c2a10969d2f2364de2fe67b445592d0997c.zip |
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>
-rw-r--r-- | gnu/packages/gnome.scm | 5 |
1 files 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") |