forked from mirrors/nixpkgs
Merge pull request #50004 from r-ryantm/auto-update/python3.6-fonttools
python36Packages.fonttools: 3.29.1 -> 3.32.0
This commit is contained in:
commit
4bdf7338fd
|
@ -8,11 +8,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "fonttools";
|
||||
version = "3.29.1";
|
||||
version = "3.32.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "a687ca070daddb7ee25e3472b631acd0e53dbf11ecdf8e76248ee556472ede9d";
|
||||
sha256 = "16cg5v50x905c0dr34wqk70b0n3mqzp41iir2rd73f31d1z9jndq";
|
||||
extension = "zip";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue