python3Packages.fontmath: 0.9.3 -> 0.9.4
https://github.com/robotools/fontMath/releases/tag/0.9.4
This commit is contained in:
@@ -10,15 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fontmath";
|
||||
version = "0.9.3";
|
||||
version = "0.9.4";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "fontMath";
|
||||
inherit version;
|
||||
hash = "sha256-alOHy3/rEFlY2y9c7tyHhRPMNb83FeJiCQ8FV74MGxw=";
|
||||
inherit pname version;
|
||||
hash = "sha256-H9kZDJ14ThMFw8SXcbkdkQ8kakt8RO3iGcmaB+167aQ=";
|
||||
extension = "zip";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user