guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: font-gnu-unifont: Update to 10.0.05.


From: Tobias Geerinckx-Rice
Subject: 03/04: gnu: font-gnu-unifont: Update to 10.0.05.
Date: Sat, 22 Jul 2017 07:45:49 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bc35c9d3189cd50349e2764ee478fea13d9ae9ab
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jul 22 13:05:25 2017 +0200

    gnu: font-gnu-unifont: Update to 10.0.05.
    
    * gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.05.
---
 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 7687ed2..51073ef 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -561,7 +561,7 @@ languages, plus Greek and Cyrillic.")
 (define-public font-gnu-unifont
   (package
     (name "font-gnu-unifont")
-    (version "10.0.04")
+    (version "10.0.05")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -569,7 +569,7 @@ languages, plus Greek and Cyrillic.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "150p79rq4rzb4pbg2dwcz93k1chzzvm0l0nwh60spw19nfyrxj0p"))))
+                "07sajc32l2knnz6gmd81zxjhcxq8xr6r2kf42wig56vj05s3d1cb"))))
     (build-system gnu-build-system)
     (outputs '("out" ; TrueType version
                "pcf" ; PCF (bitmap) version



reply via email to

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