cbaines pushed a commit to branch master
in repository guix.

commit 926b6d98e5800973877ba512e08a508475b29ef8
Author: Kurome <hunt31...@gmail.com>
AuthorDate: Sun Mar 30 17:53:59 2025 +0900

    gnu: font-junicode: Update to 2.211.
    
    * gnu/packages/fonts.scm (font-junicode): Update to 2.211.
    
    Change-Id: I9df00007b2443ce1c92549ba7f93afc25a5dff36
    Signed-off-by: Christopher Baines <m...@cbaines.net>
---
 gnu/packages/fonts.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 4e7b1315a4..8589087746 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2415,7 +2415,7 @@ programming.  Iosevka is completely generated from its 
source code.")
 (define-public font-junicode
   (package
     (name "font-junicode")
-    (version "2.003")
+    (version "2.211")
     (source
      (origin
        (method git-fetch)
@@ -2424,11 +2424,12 @@ programming.  Iosevka is completely generated from its 
source code.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1qg1qwk294p2hgq2gbyhfwwdas1xbkfz3csxf5jz4xqiskn4skgl"))))
+        (base32 "0nk6fgby5sp6035p542pfk2fgjir36vk315mj5z5xf7rafy13jhb"))))
     (build-system font-build-system)
     (home-page "https://github.com/psb1558/Junicode-font";)
     (synopsis "Unicode font for medievalists, linguists, and others")
-    (description "The Junicode font was developed for students and scholars of
+    (description
+     "The Junicode font was developed for students and scholars of
 medieval Europe, but its large glyph repertoire also makes it useful as a
 general-purpose font.  Its visual design is based on the typography used by
 Oxford University Press in the late 17th and early 18th centuries.  The font

Reply via email to