python312Packages.ufo2ft: 3.2.5 -> 3.2.7

This commit is contained in:
R. Ryantm
2024-08-07 03:03:16 +00:00
parent 60c217585b
commit f853cd930d
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "ufo2ft";
version = "3.2.5";
version = "3.2.7";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-PUPk92wugtIZWXP8vq8bJNxqTDhDENKdNhW1kNEcL3E=";
hash = "sha256-fA5It0mr6sjAQECGPOsS//lZJ9OqKelfhdzV770sMHQ=";
};
nativeBuildInputs = [