Merge pull request #248391 from r-ryantm/auto-update/python310Packages.glyphslib

python310Packages.glyphslib: 6.2.5 -> 6.3.0
This commit is contained in:
Nick Cao 2023-08-10 19:40:03 -06:00 committed by GitHub
commit 7f5c35d0a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;