guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: font-gnu-unifont: Update to 13.0.01.


From: guix-commits
Subject: branch master updated: gnu: font-gnu-unifont: Update to 13.0.01.
Date: Wed, 01 Apr 2020 02:54:38 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new dbb58f2  gnu: font-gnu-unifont: Update to 13.0.01.
dbb58f2 is described below

commit dbb58f28ea4a2f92cbd893e04db7d6a1e6f04c1a
Author: Efraim Flashner <address@hidden>
AuthorDate: Wed Apr 1 09:39:13 2020 +0300

    gnu: font-gnu-unifont: Update to 13.0.01.
    
    * ngu/packages/fonts.scm (font-gnu-unifont): Update to 13.0.01.
    [home-page]: Follow redirect.
---
 gnu/packages/fonts.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index a4db03c..3786789 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -649,7 +649,7 @@ for use at smaller text sizes")))
 (define-public font-gnu-unifont
   (package
     (name "font-gnu-unifont")
-    (version "12.1.04")
+    (version "13.0.01")
     (source
      (origin
        (method url-fetch)
@@ -659,7 +659,7 @@ for use at smaller text sizes")))
              (string-append "mirror://gnu/unifont/unifont-"
                             version "/unifont-" version ".tar.gz")))
        (sha256
-        (base32 "1h5dyhg4j8sh4qpbwnsn34igb8mfapz5b3nf4k71hq1c5z3j0mcv"))))
+        (base32 "1svzm3xahb2m8r79ha9gb1z3zlckykx9d87cghswj7dxn9868j4b"))))
     (build-system gnu-build-system)
     (outputs '("out"   ; TrueType version
                "pcf"   ; PCF (bitmap) version
@@ -702,7 +702,7 @@ for use at smaller text sizes")))
      "GNU Unifont is a bitmap font covering essentially all of
 Unicode's Basic Multilingual Plane.  The package also includes
 utilities to ease adding new glyphs to the font.")
-    (home-page "http://unifoundry.com/unifont.html";)
+    (home-page "http://unifoundry.com/unifont/index.html";)
     (properties '((upstream-name . "unifont")))
     (license license:gpl2+)))
 



reply via email to

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