guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: font-fira-code: Update to 6.2.


From: guix-commits
Subject: 07/09: gnu: font-fira-code: Update to 6.2.
Date: Thu, 13 Jan 2022 17:14:34 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 6b09e2c750335fe53de85649b8043db33c6b27e2
Author: Philip McGrath <philip@philipmcgrath.com>
AuthorDate: Sat Jan 8 18:47:17 2022 -0500

    gnu: font-fira-code: Update to 6.2.
    
    * gnu/packages/fonts.scm (font-fira-code): Update to 6.2.
    [home-page]: Change. This font was never affiliated with Mozilla.
    [description]: Tweak. Fix formatting.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/fonts.scm | 21 +++++++++++++--------
 1 file changed, 13 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index b1b20d7163..41caa4d5ee 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -1142,24 +1142,29 @@ Arabic, Devanagari, Georgian, Hebrew and Thai scripts.")
 (define-public font-fira-code
   (package
     (name "font-fira-code")
-    (version "5.2")
+    (version "6.2")
     (source
      (origin
+       ;; changing to git-fetch would require building from source
        (method url-fetch/zipbomb)
        (uri (string-append "https://github.com/tonsky/FiraCode/releases/";
                            "download/" version
                            "/Fira_Code_v" version ".zip"))
        (sha256
-        (base32 "1zayrb6k0gd7xdvx7yx44dpip767q0bzhqwf4j6nf8nx02z746jj"))))
+        (base32 "0y9y7snyrr30z75kxz2zgh6q6hizcbzsf41xv6gxh97bm1dr2j89"))))
     (build-system font-build-system)
-    (home-page "https://mozilla.github.io/Fira/";)
+    ;; This font began as an independent derived work of Fira Mono.
+    ;; It was never affiliated with Mozilla.
+    ;; See comments on font-fira-sans for further discussion.
+    (home-page "https://github.com/tonsky/FiraCode";)
     (synopsis "Monospaced font with programming ligatures")
     (description
-     "Fira Code is an extension of the Fira Mono font containing a set of 
ligatures
-for common programming multi-character combinations.  This is just a font 
rendering
-feature: underlying code remains ASCII-compatible.  This helps to read and 
understand
-code faster.  For some frequent sequences like .. or //, ligatures allow us to
-correct spacing.")
+     "Fira Code is a monospace font by Nikita Prokopov featuring ligatures for
+common programming multi-character combinations.  It began as an extension of
+Fira Mono.  The ligatures are just a font rendering feature: underlying code
+remains ASCII-compatible.  They are designed to help people to read and
+understand code faster.  For some frequent sequences like @code{..} or
+@code{//}, ligatures are used to simulate proportional spacing.")
     (license license:silofl1.1)))
 
 (define-public font-awesome



reply via email to

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