junicode: 2.003 -> 2.004

Release announcement:
https://github.com/psb1558/Junicode-font/releases/tag/v2.004

From it:

This release includes (mainly in the italic face) revisions of metrics
and kerning of numbers and of kerning around parentheses and
brackets. It also fixes some spacing problems (in the roman face) with
capitals in parentheses (U+1F110-U+1F129) and a few problems with
disordered or wrong components.
This commit is contained in:
Ivan Timokhin 2023-09-16 13:46:46 +03:00
parent f6d4bbb4f8
commit 082549907b

View File

@ -2,11 +2,11 @@
stdenvNoCC.mkDerivation rec {
pname = "junicode";
version = "2.003";
version = "2.004";
src = fetchzip {
url = "https://github.com/psb1558/Junicode-font/releases/download/v${version}/Junicode_${version}.zip";
hash = "sha256-PD4rAZKTLVVblrQZgWKuuSF693nv2Od/uj1IOav+8/0=";
hash = "sha256-bdtyfdNjCATlk74T6aADUmcf5nhyGSM/7kIpRl324Go=";
};
outputs = [ "out" "doc" ];