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

python310Packages.glyphslib: 6.4.1 -> 6.6.0
This commit is contained in:
Nick Cao 2023-12-03 09:46:57 -05:00 committed by GitHub
commit cd70247b9f
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.4.1";
version = "6.6.0";
format = "pyproject";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "googlefonts";
repo = "glyphsLib";
rev = "refs/tags/v${version}";
hash = "sha256-pDFPn1KDiZ5yw1UzPgi0+Syv3h606bsOOzLbdOiag8s=";
hash = "sha256-2Y7JhaZJXKERQXEI9cDCx7m95El6AicU0t+X3Gntbxk=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;