python310Packages.glyphslib: 6.2.5 -> 6.3.0

This commit is contained in:
R. Ryantm
2023-08-10 17:55:01 +00:00
parent b8392f9eb1
commit 31adbe8148
@@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "glyphslib";
version = "6.2.5";
version = "6.3.0";
format = "pyproject";
@@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "googlefonts";
repo = "glyphsLib";
rev = "refs/tags/v${version}";
hash = "sha256-El2hRY+ELzdW/Bv34JURsisRr74MEv19sFt9tWFHIes=";
hash = "sha256-wBtotr7nH7KL5ISaJFs4i8CCv4OCZnVOREUon8jhQdY=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;