Commit b4647f60 authored by R. RyanTM's avatar R. RyanTM
Browse files

nanoemoji: 0.15.3 -> 0.15.7

parent cf7c43aa
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };