python312Packages.ufo2ft: 3.2.7 -> 3.2.8 (#339342)

This commit is contained in:
OTABI Tomoya 2024-09-05 08:18:44 +09:00 committed by GitHub
commit 92f55582d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [