summary refs log tree commit diff
path: root/pkgs/data/fonts
diff options
context:
space:
mode:
authorIvan Timokhin <nixpkgs@ivan.timokhin.name>2023-09-16 13:46:46 +0300
committerIvan Timokhin <nixpkgs@ivan.timokhin.name>2023-10-26 22:52:27 +0300
commit082549907b3f9ef028c6b7e4cfbba128be66cd9b (patch)
tree530692af0b912010ed465483ed3fe4185278275d /pkgs/data/fonts
parentf6d4bbb4f82dc0c68d11223138a07b9178603bcb (diff)
downloadnixpkgs-082549907b3f9ef028c6b7e4cfbba128be66cd9b.tar
nixpkgs-082549907b3f9ef028c6b7e4cfbba128be66cd9b.tar.gz
nixpkgs-082549907b3f9ef028c6b7e4cfbba128be66cd9b.tar.bz2
nixpkgs-082549907b3f9ef028c6b7e4cfbba128be66cd9b.tar.lz
nixpkgs-082549907b3f9ef028c6b7e4cfbba128be66cd9b.tar.xz
nixpkgs-082549907b3f9ef028c6b7e4cfbba128be66cd9b.tar.zst
nixpkgs-082549907b3f9ef028c6b7e4cfbba128be66cd9b.zip
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.
Diffstat (limited to 'pkgs/data/fonts')
-rw-r--r--pkgs/data/fonts/junicode/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/fonts/junicode/default.nix b/pkgs/data/fonts/junicode/default.nix
index 6a1c9e896e7..9a992555472 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.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" ];