xits-math: 1.200 -> 1.301

This commit is contained in:
Kirill Boltaev 2019-11-09 11:58:03 +03:00 committed by Frederik Rietdijk
parent 7d1731186e
commit 10c255f0d0

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "xits-math";
version = "1.200";
version = "1.301";
src = fetchFromGitHub {
owner = "alif-type";
repo = "xits";
rev = "v${version}";
sha256 = "0s1qqqg3zv9k4wqn1vkx0z895fjccg96n58syc1d5f2wba9kyfcm";
sha256 = "043g0gnjc7wn1szvrs0rc1vvrq1qmhqh45b0y2kwrlxsgprpv8ll";
};
nativeBuildInputs = [ fontforge ] ++ (with python2Packages; [ python fonttools ]);