guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: font-fira-code: Update to 1.205.


From: Tobias Geerinckx-Rice
Subject: 02/03: gnu: font-fira-code: Update to 1.205.
Date: Wed, 5 Sep 2018 20:35:17 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d83477adf92f18bd3a19b1ab2d22a0312bbaf294
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Sep 6 02:23:49 2018 +0200

    gnu: font-fira-code: Update to 1.205.
    
    * gnu/packages/fonts.scm (font-fira-code): Update to 1.205.
---
 gnu/packages/fonts.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 4d02b4b..ce07d3a 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -887,7 +887,7 @@ designed to work well in user interface environments.")
 (define-public font-fira-code
   (package
     (name "font-fira-code")
-    (version "1.204")
+    (version "1.205")
     (source (origin
               (method url-fetch/zipbomb)
               (uri (string-append 
"https://github.com/tonsky/FiraCode/releases/";
@@ -895,7 +895,7 @@ designed to work well in user interface environments.")
                                   "/FiraCode_" version ".zip"))
               (sha256
                (base32
-                "17wky221b3igrqhmxgmqiyv1xdfn0nw471vzhpkrvv1w2w1w1k18"))))
+                "13bxgf59g6fw5191xclcjzn22hj8jk9k5jjwf7vz07mpjbgadcl5"))))
     (build-system font-build-system)
     (home-page "https://mozilla.github.io/Fira/";)
     (synopsis "Monospaced font with programming ligatures")



reply via email to

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