3
0
Fork 0
forked from mirrors/nixpkgs

python37Packages.fonttools: 3.32.0 -> 3.33.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-fonttools/versions
This commit is contained in:
R. RyanTM 2018-12-14 14:04:21 -08:00 committed by worldofpeace
parent 8ac947a976
commit 6da82e7c35

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "fonttools";
version = "3.32.0";
version = "3.33.0";
src = fetchPypi {
inherit pname version;
sha256 = "16cg5v50x905c0dr34wqk70b0n3mqzp41iir2rd73f31d1z9jndq";
sha256 = "196yl6m3fycrbsclcmg550821j18ga6dpghmk5nb1xi4j4yb62gq";
extension = "zip";
};