lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

nanoemoji: 0.15.1 -> 0.15.3

Diff: https://github.com/googlefonts/nanoemoji/compare/refs/tags/v0.15.1...refs/tags/v0.15.3

Changelog: https://github.com/googlefonts/nanoemoji/releases/tag/v0.15.3

emaryn c245de17 23d3cb96

+5 -31
+5 -7
pkgs/development/python-modules/nanoemoji/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "nanoemoji"; 26 - version = "0.15.1"; 26 + version = "0.15.3"; 27 27 pyproject = true; 28 28 29 29 src = fetchFromGitHub { 30 30 owner = "googlefonts"; 31 31 repo = "nanoemoji"; 32 32 tag = "v${version}"; 33 - hash = "sha256-P/lT0PnjTdYzyttICzszu4OL5kj+X8GHZ8doL3tpXQM="; 33 + hash = "sha256-/YZKmeLgEQog6A1stXkoN+OrcF/LsgltQ/3BeCCtSqQ="; 34 34 }; 35 35 36 36 patches = [ 37 37 # this is necessary because the tests clear PATH/PYTHONPATH otherwise 38 38 ./test-pythonpath.patch 39 - # minor difference in the test output, most likely due to different dependency versions 40 - ./fix-test.patch 41 39 ]; 42 40 43 41 build-system = [ ··· 91 89 export PATH="$out/bin:$PATH" 92 90 ''; 93 91 94 - meta = with lib; { 92 + meta = { 95 93 description = "Wee tool to build color fonts"; 96 94 homepage = "https://github.com/googlefonts/nanoemoji"; 97 95 changelog = "https://github.com/googlefonts/nanoemoji/releases/tag/v${version}"; 98 - license = licenses.asl20; 99 - maintainers = with maintainers; [ _999eagle ]; 96 + license = lib.licenses.asl20; 97 + maintainers = with lib.maintainers; [ _999eagle ]; 100 98 }; 101 99 }
-24
pkgs/development/python-modules/nanoemoji/fix-test.patch
··· 1 - --- a/tests/proportional_cbdt.ttx 2 - +++ b/tests/proportional_cbdt.ttx 3 - @@ -13,7 +13,7 @@ 4 - <mtx name=".notdef" width="0" lsb="5"/> 5 - <mtx name=".space" width="0" lsb="0"/> 6 - <mtx name="e000" width="110" lsb="0"/> 7 - - <mtx name="e001" width="73" lsb="0"/> 8 - + <mtx name="e001" width="74" lsb="0"/> 9 - </hmtx> 10 - 11 - <cmap> 12 - @@ -79,10 +79,10 @@ 13 - <cbdt_bitmap_format_17 name="e001"> 14 - <SmallGlyphMetrics> 15 - <height value="128"/> 16 - - <width value="85"/> 17 - + <width value="86"/> 18 - <BearingX value="0"/> 19 - <BearingY value="104"/> 20 - - <Advance value="85"/> 21 - + <Advance value="86"/> 22 - </SmallGlyphMetrics> 23 - <extfileimagedata value="e001.png"/> 24 - </cbdt_bitmap_format_17>