Merge pull request #152837 from r-ryantm/auto-update/python3.8-fontMath

python38Packages.fontmath: 0.8.1 -> 0.9.1
This commit is contained in:
markuskowa
2022-01-02 13:42:46 +01:00
committed by GitHub
@@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "fontMath";
version = "0.8.1";
version = "0.9.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "0m2z2wwbxwljfcrg8hx4xq538adzcjpc352yqbfw0czbgs5ixmrr";
sha256 = "1c5e76e135409f49b15809d0ce94dfd00850f893f86d4d6a336808dbbf292700";
extension = "zip";
};