Merge pull request #332888 from r-ryantm/auto-update/python312Packages.ufo2ft

python312Packages.ufo2ft: 3.2.5 -> 3.2.7
This commit is contained in:
Fabian Affolter 2024-08-07 09:04:04 +02:00 committed by GitHub
commit 8f3f2e9711
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.5";
version = "3.2.7";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-PUPk92wugtIZWXP8vq8bJNxqTDhDENKdNhW1kNEcL3E=";
hash = "sha256-fA5It0mr6sjAQECGPOsS//lZJ9OqKelfhdzV770sMHQ=";
};
nativeBuildInputs = [