python3Packages.nanoemoji: 0.15.9 -> 0.16.0

This commit is contained in:
R. Ryantm
2026-08-11 12:36:45 +00:00
parent 8877e8d36a
commit b3d1372011

View File

@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "nanoemoji";
version = "0.15.9";
version = "0.16.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "nanoemoji";
tag = "v${version}";
hash = "sha256-T/d7gbw8n2I6amp3qAK/uo3Uf1qZ9teVOCIgkiMSkmE=";
hash = "sha256-gM53wlQSV/X7rDND6P7/fKpX0M28RDnWkGGOHQ+SK+g=";
};
patches = [