GNU bug report logs - #77377
[PATCH] Update font-junicode to 2.211

Previous Next

Package: guix-patches;

Reported by: Kurome <hunt31999 <at> gmail.com>

Date: Sun, 30 Mar 2025 02:28:01 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

To reply to this bug, email your comments to 77377 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#77377; Package guix-patches. (Sun, 30 Mar 2025 02:28:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kurome <hunt31999 <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 30 Mar 2025 02:28:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kurome <hunt31999 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH] Update font-junicode to 2.211
Date: Sun, 30 Mar 2025 11:25:02 +0900
Updated font-junicode to 2.211 and ran `guix style`

Change-Id: I9df00007b2443ce1c92549ba7f93afc25a5dff36
---
 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 3048289ac0..3434056cbb 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2387,7 +2387,7 @@ (define-public font-iosevka-comfy
 (define-public font-junicode
   (package
     (name "font-junicode")
-    (version "2.003")
+    (version "2.211")
     (source
      (origin
        (method git-fetch)
@@ -2396,11 +2396,12 @@ (define-public font-junicode
              (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
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77377; Package guix-patches. (Sun, 30 Mar 2025 08:57:01 GMT) Full text and rfc822 format available.

Message #8 received at 77377 <at> debbugs.gnu.org (full text, mbox):

From: Kurome <hunt31999 <at> gmail.com>
To: 77377 <at> debbugs.gnu.org
Cc: Kurome <hunt31999 <at> gmail.com>
Subject: [PATCH v2] gnu: font-junicode: Update to 2.211
Date: Sun, 30 Mar 2025 17:53:59 +0900
Fixed commit message

Change-Id: I9df00007b2443ce1c92549ba7f93afc25a5dff36
---
 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 3048289ac0..3434056cbb 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -2387,7 +2387,7 @@ (define-public font-iosevka-comfy
 (define-public font-junicode
   (package
     (name "font-junicode")
-    (version "2.003")
+    (version "2.211")
     (source
      (origin
        (method git-fetch)
@@ -2396,11 +2396,12 @@ (define-public font-junicode
              (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
-- 
2.49.0





Reply sent to Christopher Baines <mail <at> cbaines.net>:
You have taken responsibility. (Sun, 06 Apr 2025 17:11:04 GMT) Full text and rfc822 format available.

Notification sent to Kurome <hunt31999 <at> gmail.com>:
bug acknowledged by developer. (Sun, 06 Apr 2025 17:11:04 GMT) Full text and rfc822 format available.

Message #13 received at 77377-done <at> debbugs.gnu.org (full text, mbox):

From: Christopher Baines <mail <at> cbaines.net>
To: Kurome <hunt31999 <at> gmail.com>
Cc: 77377-done <at> debbugs.gnu.org
Subject: Re: [bug#77377] [PATCH v2] gnu: font-junicode: Update to 2.211
Date: Sun, 06 Apr 2025 18:10:52 +0100
[Message part 1 (text/plain, inline)]
Kurome <hunt31999 <at> gmail.com> writes:

> Fixed commit message
>
> Change-Id: I9df00007b2443ce1c92549ba7f93afc25a5dff36
> ---
>  gnu/packages/fonts.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)

Thanks for the patch, I've pushed this to master as
926b6d98e5800973877ba512e08a508475b29ef8.

Chris
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.