python3Packages.nanoemoji: 0.15.8 -> 0.15.9

This commit is contained in:
R. Ryantm
2025-10-02 12:37:19 +00:00
parent 41b88f48c1
commit cc5345c39a
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "nanoemoji";
version = "0.15.8";
version = "0.15.9";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "nanoemoji";
tag = "v${version}";
hash = "sha256-QufiPTVb4bjWgb76DOOt0u4WGiZkbYC7oKkwxv3S8us=";
hash = "sha256-T/d7gbw8n2I6amp3qAK/uo3Uf1qZ9teVOCIgkiMSkmE=";
};
patches = [