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 14.0.03.


From: guix-commits
Subject: branch master updated: gnu: font-gnu-unifont: Update to 14.0.03.
Date: Thu, 28 Apr 2022 21:28:08 -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 03f660027c gnu: font-gnu-unifont: Update to 14.0.03.
03f660027c is described below

commit 03f660027cb8abcdec0bd5acf466b3956cc2752c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Fri Apr 29 02:55:05 2022 +0300

    gnu: font-gnu-unifont: Update to 14.0.03.
    
    * gnu/packages/fonts.scm (font-gnu-unifont): Update to 14.0.03.
---
 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 c37303892b..ce362b42e0 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -741,7 +741,7 @@ for use at smaller text sizes")))
 (define-public font-gnu-unifont
   (package
     (name "font-gnu-unifont")
-    (version "14.0.01")
+    (version "14.0.03")
     (source
      (origin
        (method url-fetch)
@@ -751,7 +751,7 @@ for use at smaller text sizes")))
              (string-append "mirror://gnu/unifont/unifont-"
                             version "/unifont-" version ".tar.gz")))
        (sha256
-        (base32 "0wkdn8h20pprna5a3hbny0qk2mgksrbxs2y6ng6qarj6rkpdmlbs"))))
+        (base32 "1swzwh355ipqhm3vvy7005fqawydlcdbkxm3h04vhicahp8hl06l"))))
     (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]