diff options
author | Kurome <hunt31999@gmail.com> | 2025-07-08 14:00:26 +0900 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-10 23:34:54 +0200 |
commit | fd1a0c93d31c404fa41cad2c32edfe26ad255475 (patch) | |
tree | 791def3ca08c127e40a2329be7a5b056cadd5b7e | |
parent | dea1384fc1ae3d4ae0e8fa58bd871f71f4676543 (diff) |
gnu: font-plemoljp: Update to 3.0.0.
* gnu/packages/fonts.scm (font-plemoljp): Update to 3.0.0.
Change-Id: I709e453df3ae4faf9ee77fcffd2748c5e8b71b72
Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r-- | gnu/packages/fonts.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm index 5d9a324a6f..f742d4882f 100644 --- a/gnu/packages/fonts.scm +++ b/gnu/packages/fonts.scm @@ -3082,7 +3082,7 @@ of the font.") (define-public font-plemoljp (package (name "font-plemoljp") - (version "1.2.7") + (version "3.0.0") (source (origin (method url-fetch) (uri (string-append @@ -3090,7 +3090,7 @@ of the font.") "v" version "/PlemolJP_v" version ".zip")) (sha256 (base32 - "0pkkys5kl5s79shd1jmwfyk469ih8cymqb4vjwdadj52kzq4m9z6")))) + "0gjkhkx5i4clszjx96ya7prqmw94xkzwpzrv7axl8kzya2myazbm")))) (build-system font-build-system) (home-page "https://github.com/yuru7/PlemolJP") (synopsis "Plex Mono Language JP") |