guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: GNU Unifont: Update to 10.0.07.


From: Leo Famulari
Subject: 01/01: gnu: GNU Unifont: Update to 10.0.07.
Date: Thu, 4 Jan 2018 13:27:23 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit ab2a4f88847eae96718137a68ba9bc4349668172
Author: Leo Famulari <address@hidden>
Date:   Thu Jan 4 13:14:25 2018 -0500

    gnu: GNU Unifont: Update to 10.0.07.
    
    * gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.07.
---
 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 0f123c3..231f51f 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -626,7 +626,7 @@ languages, plus Greek and Cyrillic.")
 (define-public font-gnu-unifont
   (package
     (name "font-gnu-unifont")
-    (version "10.0.06")
+    (version "10.0.07")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -634,7 +634,7 @@ languages, plus Greek and Cyrillic.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "0z8lglzwbkmya0gmhxd9m1x3nsd7flfsbsh0qy34dzqqdwjpyy2p"))))
+                "1js8dn4v4pv8jqprsxa1fv4fs3hqhm9x4dj19fg9qgc8fx7k0v0k"))))
     (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]