fontbakery: 0.12.2 -> 0.12.5

This commit is contained in:
R. Ryantm 2024-05-12 22:50:32 +00:00
parent 9679748759
commit cbe462d072

View File

@ -47,11 +47,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "fontbakery"; pname = "fontbakery";
version = "0.12.2"; version = "0.12.5";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-sHkTxu8TdPXbUZvpJH46SF8U4JNIzfFb5HJEXCqomOI="; hash = "sha256-DN1v5MQtMhHO12tVPkJUuIfh+X3kb1o71zAwNgtLH+I=";
}; };
pyproject = true; pyproject = true;