From 64e26c76caefdd273472e2dde4ec20b203230095 Mon Sep 17 00:00:00 2001 From: icp Date: Wed, 31 Aug 2022 00:49:42 +0530 Subject: [PATCH] fonttools: update to 4.37.1. --- srcpkgs/fonttools/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fonttools/template b/srcpkgs/fonttools/template index cbe2d7e98911..23e51993a786 100644 --- a/srcpkgs/fonttools/template +++ b/srcpkgs/fonttools/template @@ -1,6 +1,6 @@ # Template file for 'fonttools' pkgname=fonttools -version=4.36.0 +version=4.37.1 revision=1 build_style=python3-module make_check_args="--deselect Tests/otlLib/optimize_test.py::test_main @@ -14,7 +14,7 @@ license="MIT, OFL-1.1, BSD-3-Clause" homepage="https://github.com/fonttools/fonttools" changelog="https://raw.githubusercontent.com/fonttools/fonttools/main/NEWS.rst" distfiles="https://github.com/fonttools/fonttools/archive/${version}.tar.gz" -checksum=7f48433c42351102f25e63778c702be8bed76bfa6c192c67e6d0e985c01f674e +checksum=9a94f852b602540b11aa520952245ddebc22a490f74d838dbb88f82710a4db20 replaces="python-fonttools>=0 python3-fonttools>=0" provides="python-fonttools-${version}_${revision} python3-fonttools-${version}_${revision}"