diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-07-15 22:48:05 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:27 +0100 |
| commit | 2830bd3a49c63d52e54e31f05ebe4474e9a818ea (patch) | |
| tree | 9c7355def02d7eedc30de5cabd93b06a00ed3a87 /gnu | |
| parent | 7c7354614406d581dc0f2c81959665dd352b6003 (diff) | |
gnu: gnome-font-viewer: Update to 46.0.
* gnu/packages/gnome.scm (gnome-font-viewer): Update to 46.0.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 7b4ec7112a6..02f5ac05aa6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2419,7 +2419,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/" @@ -2427,7 +2427,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 |
