Merge pull request #59654 from r-ryantm/auto-update/python3.7-fonttools

python37Packages.fonttools: 3.39.0 -> 3.41.0
This commit is contained in:
Renaud
2019-05-06 23:51:14 +02:00
committed by GitHub

View File

@@ -1,4 +1,5 @@
{ buildPythonPackage
{ lib
, buildPythonPackage
, fetchPypi
, numpy
, pytest
@@ -8,11 +9,11 @@
buildPythonPackage rec {
pname = "fonttools";
version = "3.39.0";
version = "3.41.0";
src = fetchPypi {
inherit pname version;
sha256 = "0hgv83b4nhk2bl33xa41x0xvsl2b138p974ywkglzckp1123a7z2";
sha256 = "1f3q9sadwy6krsjicrgjsl1w2dfd97j4l645lnl1f5y3y1jkj4fh";
extension = "zip";
};
@@ -33,5 +34,6 @@ buildPythonPackage rec {
meta = {
homepage = https://github.com/fonttools/fonttools;
description = "A library to manipulate font files from Python";
license = lib.licenses.mit;
};
}