Loading pkgs/development/python-modules/nanoemoji/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/nanoemoji/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 = [ Loading Loading @@ -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 ]; }; Loading