guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: font-cns11643: Update to 98.1.20180605.


From: Marius Bakke
Subject: 01/05: gnu: font-cns11643: Update to 98.1.20180605.
Date: Mon, 25 Jun 2018 15:56:45 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 377fad0097967a57f83acdfc3e92bd3d1b81da44
Author: Brendan Tildesley <address@hidden>
Date:   Thu Jun 21 17:18:47 2018 +1000

    gnu: font-cns11643: Update to 98.1.20180605.
    
    * gnu/packages/fonts.scm (font-cns11643): Update to 98.1.20180605. Add some
      packager notes.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/fonts.scm | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index 204f23a..e9b68a7 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -431,15 +431,19 @@ text in Simplified Chinese, Traditional Chinese, 
Japanese, and Korean.")
     (license license:silofl1.1)))
 
 (define-public font-cns11643
+  ;; Since upstream doesn't provide any version numbers, the date of the last
+  ;; edit is used, taken from https://data.gov.tw/dataset/5961
+  ;; XXX: The source is also updated in-place, so it may be desirable to mirror
+  ;; it elsewhere to avoid suddenly losing the current source file.
   (package
     (name "font-cns11643")
-    (version "98.1.20170524")
+    (version "98.1.20180605")
     (source (origin
               (method url-fetch)
               (uri "http://www.cns11643.gov.tw/AIDB/Open_Data.zip";)
               (sha256
                (base32
-                "1iad6rklxkx03ji1fav9faq7cmqkci3i6pcyg2ilvh984j5qzhq3"))))
+                "000a9whrjr1cd4pjc23pbl60zwkq3wcb5g61p9qi7fn3hwkp0kyw"))))
     (build-system font-build-system)
     (home-page "http://www.cns11643.gov.tw/AIDB/welcome.do";)
     (synopsis "CJK TrueType fonts, TW-Kai and TW-Sung")



reply via email to

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