Loading pkgs/development/python-modules/diffenator2/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -26,14 +26,14 @@ buildPythonPackage rec { pname = "diffenator2"; version = "0.4.5"; version = "0.4.8"; pyproject = true; src = fetchFromGitHub { owner = "googlefonts"; repo = "diffenator2"; tag = "v${version}"; hash = "sha256-Iu6ZA8s6XnOYSOwlt8WTmYW6oUTvcm4vLhYvVATOlBA="; hash = "sha256-DazI5YxNQIdkzCuC5T3JFwfYBDXbeWnyQgwWdndWMhA="; }; env.PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = "python"; Loading Loading @@ -91,7 +91,7 @@ buildPythonPackage rec { meta = { description = "Font comparison tool that will not stop until your fonts are exhaustively compared"; homepage = "https://github.com/googlefonts/diffenator2"; changelog = "https://github.com/googlefonts/diffenator2/releases/tag/v${version}"; changelog = "https://github.com/googlefonts/diffenator2/releases/tag/${src.tag}"; license = lib.licenses.asl20; mainProgram = "diffenator2"; maintainers = with lib.maintainers; [ jopejoe1 ]; Loading Loading
pkgs/development/python-modules/diffenator2/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -26,14 +26,14 @@ buildPythonPackage rec { pname = "diffenator2"; version = "0.4.5"; version = "0.4.8"; pyproject = true; src = fetchFromGitHub { owner = "googlefonts"; repo = "diffenator2"; tag = "v${version}"; hash = "sha256-Iu6ZA8s6XnOYSOwlt8WTmYW6oUTvcm4vLhYvVATOlBA="; hash = "sha256-DazI5YxNQIdkzCuC5T3JFwfYBDXbeWnyQgwWdndWMhA="; }; env.PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION = "python"; Loading Loading @@ -91,7 +91,7 @@ buildPythonPackage rec { meta = { description = "Font comparison tool that will not stop until your fonts are exhaustively compared"; homepage = "https://github.com/googlefonts/diffenator2"; changelog = "https://github.com/googlefonts/diffenator2/releases/tag/v${version}"; changelog = "https://github.com/googlefonts/diffenator2/releases/tag/${src.tag}"; license = lib.licenses.asl20; mainProgram = "diffenator2"; maintainers = with lib.maintainers; [ jopejoe1 ]; Loading