nototools: 0.2.20 -> 0.3.2

This commit is contained in:
R. Ryantm
2025-08-19 02:15:37 +05:30
committed by Masum Reza
parent 77f73a910d
commit d3af8f201c
+2 -2
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; [