python312Packages.ufo2ft: 3.2.7 -> 3.2.8

This commit is contained in:
R. Ryantm 2024-09-03 19:37:53 +00:00
parent eadea83adb
commit da0f50236a

View File

@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "ufo2ft";
version = "3.2.7";
version = "3.2.8";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-fA5It0mr6sjAQECGPOsS//lZJ9OqKelfhdzV770sMHQ=";
hash = "sha256-HSD66FbCxZyACRq7b8p2uizoO4ZqPAn1O8BFoi1/Mkc=";
};
nativeBuildInputs = [