python3Packages.opentype-feature-freezer: fix eval error in updateScript (#452109)

This commit is contained in:
Jo
2025-10-15 05:37:35 +00:00
committed by GitHub
@@ -50,7 +50,7 @@ buildPythonPackage rec {
"test_warn_substituting_glyphs_without_unicode"
];
passthru.updateScript = gitUpdater { rev = "v"; };
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
meta = {
description = "Permanently \"apply\" OpenType features to fonts, by remapping their Unicode assignments";