python39Packages.cffsubr: fix version number

This commit is contained in:
Sandro Jäckel
2022-01-31 07:39:35 -08:00
committed by Jonathan Ringer
parent 991e2a4022
commit 73fa816bc7
@@ -3,6 +3,7 @@
, fetchPypi
, fonttools
, pytestCheckHook
, setuptools-scm
}:
buildPythonPackage rec {
@@ -16,6 +17,10 @@ buildPythonPackage rec {
sha256 = "azFBLc9JyPqEZkvahn4u3cVbb+b6aW/yU8TxOp/y/Fw=";
};
nativeBuildInputs = [
setuptools-scm
];
propagatedBuildInputs = [
fonttools
];