nototools: 0.2.20 -> 0.3.2

This commit is contained in:
R. Ryantm 2025-08-18 07:58:44 +00:00 committed by Masum Reza
parent 77f73a910d
commit d3af8f201c

View File

@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "nototools";
version = "0.2.20";
version = "0.3.2";
pyproject = true;
src = fetchFromGitHub {
owner = "googlefonts";
repo = "nototools";
tag = "v${version}";
sha256 = "sha256-id4UhyWOFHrtmBZHhnaY2jHDIK0s7rcGBpg4QsBTLKs=";
sha256 = "sha256-0se0YcnhDwwMbt2C4hep0T/JEidHfFRUnm2Sy7qr2uk=";
};
build-system = with python3Packages; [