mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 15:37:54 -05:00
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>
This commit is contained in:
parent
5abfce62d0
commit
50d28c2a10
1 changed files with 2 additions and 3 deletions
|
@ -2338,7 +2338,7 @@ (define-public gnome-disk-utility
|
|||
(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 @@ (define-public gnome-font-viewer
|
|||
"/gnome-font-viewer-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1k4dhk5dmkpxb5xpr9vrl7k2fdpi2fidzni1l2hhb891zzgvi8ng"))))
|
||||
"15wzpdbx9wrw4r5l04srw89ak3j3jcmrvpbm27pw53121grisld1"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -2372,7 +2372,6 @@ (define-public gnome-font-viewer
|
|||
gnome-desktop
|
||||
gtk
|
||||
libadwaita
|
||||
libhandy
|
||||
libxml2))
|
||||
(home-page "https://gitlab.gnome.org/GNOME/gnome-font-viewer")
|
||||
(synopsis "GNOME Fonts")
|
||||
|
|
Loading…
Reference in a new issue