guix-commits
[Top][All Lists]
Advanced

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

04/19: gnu: fontforge: Update to 20220308.


From: guix-commits
Subject: 04/19: gnu: fontforge: Update to 20220308.
Date: Fri, 16 Sep 2022 16:45:30 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 7f81f09641f518f92b7790b175e909fa2b54edc8
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Sep 16 00:49:18 2022 +0200

    gnu: fontforge: Update to 20220308.
    
    * gnu/packages/fontutils.scm (fontforge): Update to 20220308.
    [inputs]: Remove LIBUNINAMESLIST.
---
 gnu/packages/fontutils.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 902472546e..a647b9c8a5 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -1464,14 +1464,14 @@ definitions.")
 (define-public fontforge
   (package
    (name "fontforge")
-   (version "20201107")
+   (version "20220308")
    (source (origin
             (method url-fetch)
             (uri (string-append
                   "https://github.com/fontforge/fontforge/releases/download/";
                   version "/fontforge-" version ".tar.xz"))
             (sha256
-             (base32 "0y3c8x1i6yf6ak9m5dhr1nldgfmg7zhnwdfd57ffs698c27vmg38"))))
+             (base32 "0ncfc4ajwy4ng6b6h79w52jh9z3lngvf3f3ldi1wzkhcg9zh3r01"))))
    (build-system cmake-build-system)
    (native-inputs
     (list pkg-config))
@@ -1489,7 +1489,6 @@ definitions.")
              ("libspiro"        ,libspiro)
              ("libtiff"         ,libtiff)
              ("libungif"        ,libungif)
-             ("libuninameslist" ,libuninameslist)
              ("libxft"          ,libxft)
              ("libxml2"         ,libxml2)
              ("pango"           ,pango)



reply via email to

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