python3Packages.fontparts: 0.9.7 -> 0.9.9 (#112992)
This commit is contained in:
parent
7376be2918
commit
89147ab523
1 changed files with 4 additions and 2 deletions
|
@ -6,11 +6,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "fontParts";
|
pname = "fontParts";
|
||||||
version = "0.9.7";
|
version = "0.9.9";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "183y1y11bqd4ky4anyv40qbvsm6i90gnydqzrjg7syspjsqvfqgy";
|
sha256 = "1iz04kpxgc5fx2rl4585hr1vp4cdajqbddlskkhlmzkn9hvz528i";
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -28,7 +28,9 @@ buildPythonPackage rec {
|
||||||
];
|
];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
runHook preCheck
|
||||||
${python.interpreter} Lib/fontParts/fontshell/test.py
|
${python.interpreter} Lib/fontParts/fontshell/test.py
|
||||||
|
runHook postCheck
|
||||||
'';
|
'';
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue