nanoemoji: 0.15.3 -> 0.15.7 (#416419)

This commit is contained in:
Wolfgang Walther
2025-06-13 18:56:19 +00:00
committed by GitHub
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "nanoemoji";
version = "0.15.3";
version = "0.15.7";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "nanoemoji";
tag = "v${version}";
hash = "sha256-/YZKmeLgEQog6A1stXkoN+OrcF/LsgltQ/3BeCCtSqQ=";
hash = "sha256-QdovfpCICDWzNAotXBypk2pvylGrLC4s45OFLalnBSo=";
};
patches = [
@@ -92,7 +92,7 @@ buildPythonPackage rec {
meta = {
description = "Wee tool to build color fonts";
homepage = "https://github.com/googlefonts/nanoemoji";
changelog = "https://github.com/googlefonts/nanoemoji/releases/tag/v${version}";
changelog = "https://github.com/googlefonts/nanoemoji/releases/tag/${src.tag}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ _999eagle ];
};