python3Packages.glyphslib: 6.10.2 -> 6.10.3

This commit is contained in:
R. Ryantm
2025-06-13 11:21:44 +00:00
parent cf7c43aaa4
commit 8a3ba9050c
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "glyphslib";
version = "6.10.2";
version = "6.10.3";
format = "pyproject";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "googlefonts";
repo = "glyphsLib";
tag = "v${version}";
hash = "sha256-70qTvGYDbh6P57wbQGaKHmJYxOeY2xNN4cKL0tAJYEI=";
hash = "sha256-DLyWuFrAwc/ElGFjLxWY4RihwlQ143AUnWBzzJttZT4=";
};
nativeBuildInputs = [ setuptools-scm ];