mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 23:52:33 +00:00
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:
commit
0852a6e22a
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue