guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: font-gnu-unifont: Update to 14.0.04.


From: guix-commits
Subject: 04/11: gnu: font-gnu-unifont: Update to 14.0.04.
Date: Tue, 16 Aug 2022 19:02:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ed0266fcaeb120155950eacbf264c389de187a37
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 14 02:00:02 2022 +0200

    gnu: font-gnu-unifont: Update to 14.0.04.
    
    * gnu/packages/fonts.scm (font-gnu-unifont): Update to 14.0.04.
---
 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 20b55bce96..18ec0814bd 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -821,7 +821,7 @@ for use at smaller text sizes")))
 (define-public font-gnu-unifont
   (package
     (name "font-gnu-unifont")
-    (version "14.0.03")
+    (version "14.0.04")
     (source
      (origin
        (method url-fetch)
@@ -831,7 +831,7 @@ for use at smaller text sizes")))
              (string-append "mirror://gnu/unifont/unifont-"
                             version "/unifont-" version ".tar.gz")))
        (sha256
-        (base32 "1swzwh355ipqhm3vvy7005fqawydlcdbkxm3h04vhicahp8hl06l"))))
+        (base32 "1fzycjxmgnq77r2s5914w1phg3qdwwnwa6p3zyfa1cscrxy52phz"))))
     (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]