emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#46565: closed ([PATCH] gnu: fontforge: Update to 20201107.)


From: GNU bug Tracking System
Subject: bug#46565: closed ([PATCH] gnu: fontforge: Update to 20201107.)
Date: Sat, 20 Feb 2021 18:23:02 +0000

Your message dated Sat, 20 Feb 2021 13:22:05 -0500
with message-id <YDFTTVpD4ocEYxmf@jasmine.lan>
and subject line Re: [bug#46565] [PATCH] gnu: fontforge: Update to 20201107.
has caused the debbugs.gnu.org bug report #46565,
regarding [PATCH] gnu: fontforge: Update to 20201107.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
46565: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46565
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: fontforge: Update to 20201107. Date: Tue, 16 Feb 2021 20:08:03 +0100
* gnu/packages/fontutils.scm (fontforge): Update to 20201107.
---
 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 e966d5d271..120367ada8 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)))
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46565] [PATCH] gnu: fontforge: Update to 20201107. Date: Sat, 20 Feb 2021 13:22:05 -0500
On Tue, Feb 16, 2021 at 08:08:03PM +0100, Vincent Legoll wrote:
> * gnu/packages/fontutils.scm (fontforge): Update to 20201107.

Thanks! Pushed as de42af147db121eff443b23b85a51a82e2b01d69


--- End Message ---

reply via email to

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