python310Packages.glyphslib: 6.4.0 -> 6.4.1

This commit is contained in:
R. Ryantm 2023-10-02 01:57:08 +00:00
parent 58aa673711
commit 711b27d7e1

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "glyphslib";
version = "6.4.0";
version = "6.4.1";
format = "pyproject";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "googlefonts";
repo = "glyphsLib";
rev = "refs/tags/v${version}";
hash = "sha256-vbyI5pSoQWFHG8aqZC4FExKzzIo6yxwl9DgGSgDz8xU=";
hash = "sha256-pDFPn1KDiZ5yw1UzPgi0+Syv3h606bsOOzLbdOiag8s=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;