python310Packages.glyphslib: 6.2.3 -> 6.2.5

This commit is contained in:
R. Ryantm 2023-07-19 12:31:07 +00:00
parent 93da236e05
commit 120c81ac3f

View file

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