Merge pull request #311193 from r-ryantm/auto-update/fontbakery

fontbakery: 0.12.2 -> 0.12.5
This commit is contained in:
Weijia Wang 2024-05-13 11:18:22 +02:00 committed by GitHub
commit 1449b3d4e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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