python311Packages.glyphslib: 6.6.6 -> 6.7.0

This commit is contained in:
R. Ryantm 2024-03-28 16:06:08 +00:00
parent 203f07f407
commit 25b4744f6e
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "glyphslib";
version = "6.6.6";
version = "6.7.0";
format = "pyproject";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "googlefonts";
repo = "glyphsLib";
rev = "refs/tags/v${version}";
hash = "sha256-IF/mm6JOulB4kLZ1rRnZHjQth5RkgroDWuZ+HzMZYjM=";
hash = "sha256-Fhp/2nK1LFgpJ3J7ZTxl2jKT6sCDyqT5qlLCtbnUejM=";
};
nativeBuildInputs = [ setuptools-scm ];