3
0
Fork 0
forked from mirrors/nixpkgs

xits-math: 1.301 -> 1.302

This commit is contained in:
R. RyanTM 2020-07-04 12:19:30 +00:00
parent a54cd1cace
commit 26913cebb0

View file

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