python3Packages.glyphslib: 6.12.0 -> 6.12.2

This commit is contained in:
R. Ryantm
2025-10-25 05:37:46 +00:00
parent c9f97ce391
commit cf064d3097
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "glyphslib";
version = "6.12.0";
version = "6.12.2";
pyproject = true;
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "googlefonts";
repo = "glyphsLib";
tag = "v${version}";
hash = "sha256-5Ae6oj3tbAvcKsSkDdIHhGi2I63sGDEByt00reTBQGQ=";
hash = "sha256-w9n9IWd3E9Bd9pggdFe9PZXx235k81oWL9BpdyerShQ=";
};
build-system = [ setuptools-scm ];