guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: fontforge: Update to 20201107.


From: guix-commits
Subject: branch core-updates updated: gnu: fontforge: Update to 20201107.
Date: Sat, 20 Feb 2021 13:21:56 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/core-updates by this push:
     new de42af1  gnu: fontforge: Update to 20201107.
de42af1 is described below

commit de42af147db121eff443b23b85a51a82e2b01d69
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Tue Feb 16 20:08:03 2021 +0100

    gnu: fontforge: Update to 20201107.
    
    * gnu/packages/fontutils.scm (fontforge): Update to 20201107.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/fontutils.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index e966d5d..120367a 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -632,14 +632,14 @@ definitions.")
 (define-public fontforge
   (package
    (name "fontforge")
-   (version "20200314")
+   (version "20201107")
    (source (origin
             (method url-fetch)
             (uri (string-append
                   "https://github.com/fontforge/fontforge/releases/download/";
                   version "/fontforge-" version ".tar.xz"))
             (sha256
-             (base32 "0qf88wd6riycq56d24brybyc93ns74s0nyyavm43zp2kfcihn6fd"))))
+             (base32 "0y3c8x1i6yf6ak9m5dhr1nldgfmg7zhnwdfd57ffs698c27vmg38"))))
    (build-system cmake-build-system)
    (native-inputs
     `(("pkg-config" ,pkg-config)))



reply via email to

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