Unverified Commit c0981510 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python312Packages.diffenator2: 0.4.5 -> 0.4.8 (#386755)

parents 355ee519 d38541d8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";
@@ -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 ];