Commit 7eb1f016 authored by Ivan Timokhin's avatar Ivan Timokhin
Browse files

junicode: 2.004 -> 2.100

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

From it:

Version 2.100 features a thorough reworking of the font's number
system. The default numbers are now oldstyle (or "lowercase")
proportional, and the metrics, kerning, and often the outlines of the
number glyphs have been refined, along with those of glyphs typically
associated with numbers (e.g. currency symbols). An alternate, more
modern style of some oldstyle numbers has been supplied and made
available via Stylistic Set 9 (ss09).
parent 08254990
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

stdenvNoCC.mkDerivation rec {
  pname = "junicode";
  version = "2.004";
  version = "2.100";

  src = fetchzip {
    url = "https://github.com/psb1558/Junicode-font/releases/download/v${version}/Junicode_${version}.zip";
    hash = "sha256-bdtyfdNjCATlk74T6aADUmcf5nhyGSM/7kIpRl324Go=";
    hash = "sha256-Sd3WhG846m2CXz+NKDAod5bfF91MOR1Vq0wpuOE+cDQ=";
  };

  outputs = [ "out" "doc" ];