python310Packages.glyphslib: 6.2.2 -> 6.2.3

This commit is contained in:
R. Ryantm 2023-07-04 23:44:12 +00:00
parent ac66b27438
commit 45e9658b0d

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "glyphslib";
version = "6.2.2";
version = "6.2.3";
format = "pyproject";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "googlefonts";
repo = "glyphsLib";
rev = "refs/tags/v${version}";
hash = "sha256-JY1Gs2RTjp7eCwyK9ZI2OpqExxYR8unt4DcjarXWiZk=";
hash = "sha256-AL8dkN3qTriiyGp/359uKy5aOMr9XPSSBw388VvUXYI=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;