nototools: 0.2.20 -> 0.3.2

authored by R. Ryantm and committed by Masum Reza d3af8f20 77f73a91

+2 -2
+2 -2
pkgs/by-name/no/nototools/package.nix
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "nototools"; 10 - version = "0.2.20"; 11 pyproject = true; 12 13 src = fetchFromGitHub { 14 owner = "googlefonts"; 15 repo = "nototools"; 16 tag = "v${version}"; 17 - sha256 = "sha256-id4UhyWOFHrtmBZHhnaY2jHDIK0s7rcGBpg4QsBTLKs="; 18 }; 19 20 build-system = with python3Packages; [
··· 7 8 python3Packages.buildPythonApplication rec { 9 pname = "nototools"; 10 + version = "0.3.2"; 11 pyproject = true; 12 13 src = fetchFromGitHub { 14 owner = "googlefonts"; 15 repo = "nototools"; 16 tag = "v${version}"; 17 + sha256 = "sha256-0se0YcnhDwwMbt2C4hep0T/JEidHfFRUnm2Sy7qr2uk="; 18 }; 19 20 build-system = with python3Packages; [