From d38541d80987c5697df584ab37618470cc4dfe6c Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Mon, 3 Mar 2025 15:31:23 +0000 Subject: [PATCH] python312Packages.diffenator2: 0.4.5 -> 0.4.8 --- pkgs/development/python-modules/diffenator2/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/diffenator2/default.nix b/pkgs/development/python-modules/diffenator2/default.nix index 2cef0d7db511..c1c449ab976c 100644 --- a/pkgs/development/python-modules/diffenator2/default.nix +++ b/pkgs/development/python-modules/diffenator2/default.nix @@ -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 ];