python310Packages.glyphslib: 6.0.7 -> 6.1.0

This commit is contained in:
R. Ryantm 2022-10-05 16:10:45 +00:00
parent a2c917865f
commit 37abfd38c1

View File

@ -16,15 +16,15 @@
buildPythonPackage rec {
pname = "glyphslib";
version = "6.0.7";
version = "6.1.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "googlefonts";
repo = "glyphsLib";
rev = "v${version}";
sha256 = "sha256-PrHK9uEgs0DcNYW6EQ5Qw29CN4R2OcxOHrMeIswsxdA=";
rev = "refs/tags/v${version}";
sha256 = "sha256-TulMOubqY1hI1No0yW4d9Wo5xjqBm0qXqmo17+Fvq0w=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;