From 49c7d93c55d54a1eb1c7fca8490abc469344ad95 Mon Sep 17 00:00:00 2001 From: Ivan Timokhin Date: Sun, 22 Oct 2023 09:20:59 +0300 Subject: [PATCH] junicode: 2.100 -> 2.200 Release announcement: https://github.com/psb1558/Junicode-font/releases/tag/v2.200 From it: Junicode 2.200 features miscellaneous fixes and additions, and it also inaugurates a long-term program of adding glyphs for the benefit of the Ansund HTR (Handwritten Text Recognition) project, which is developing tools for the automated reading of medieval manuscripts. Of the additions made so far, the ones likely to be of greatest interest to users are two series of medieval capitals, available via features ss11[1] and ss11[2]. The first series consists of rustic capitals, often used for text in late ancient and early medieval times and for rubrics (headings) in the central Middle Ages. The second consists of Lombardic capitals, used in the central and later Middle Ages for what are now called drop caps. These capitals are designed to harmonize with Junicode to the greatest degree possible while remaining faithful to the medieval sources. --- pkgs/data/fonts/junicode/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/data/fonts/junicode/default.nix b/pkgs/data/fonts/junicode/default.nix index e4bc954dec34..88ef4e588c77 100644 --- a/pkgs/data/fonts/junicode/default.nix +++ b/pkgs/data/fonts/junicode/default.nix @@ -2,11 +2,11 @@ stdenvNoCC.mkDerivation rec { pname = "junicode"; - version = "2.100"; + version = "2.200"; src = fetchzip { url = "https://github.com/psb1558/Junicode-font/releases/download/v${version}/Junicode_${version}.zip"; - hash = "sha256-Sd3WhG846m2CXz+NKDAod5bfF91MOR1Vq0wpuOE+cDQ="; + hash = "sha256-2K+zPq6Bjg+hZQhQrWWm1bxHVfwwRdsV7EseRGBnpUw="; }; outputs = [ "out" "doc" ];