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

python310Packages.glyphslib: 6.0.7 -> 6.1.0
This commit is contained in:
Stanisław Pitucha 2022-10-06 12:18:32 +11:00 committed by GitHub
commit d7224c11d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;