python311Packages.glyphslib: 6.1.0 -> 6.2.2

This commit is contained in:
R. Ryantm 2023-05-18 04:21:28 +00:00
parent 8fcd9a3173
commit 96b18b3ef6

View file

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