python312Packages.gftools: 0.9.77 -> 0.9.79 (#382620)

authored by Weijia Wang and committed by GitHub f4ea3b50 98e237d0

+3 -3
+3 -3
pkgs/development/python-modules/gftools/default.nix
··· 61 in 62 buildPythonPackage rec { 63 pname = "gftools"; 64 - version = "0.9.77"; 65 pyproject = true; 66 67 src = fetchFromGitHub { 68 owner = "googlefonts"; 69 repo = "gftools"; 70 tag = "v${version}"; 71 - hash = "sha256-j3UeycBq04jy6uKd7HY+wLlmYAbjYbot630qRy/vG60="; 72 }; 73 74 postPatch = '' ··· 204 meta = with lib; { 205 description = "Misc tools for working with the Google Fonts library"; 206 homepage = "https://github.com/googlefonts/gftools"; 207 - changelog = "https://github.com/googlefonts/gftools/releases/tag/v${version}"; 208 license = licenses.asl20; 209 mainProgram = "gftools"; 210 maintainers = with maintainers; [ jopejoe1 ];
··· 61 in 62 buildPythonPackage rec { 63 pname = "gftools"; 64 + version = "0.9.79"; 65 pyproject = true; 66 67 src = fetchFromGitHub { 68 owner = "googlefonts"; 69 repo = "gftools"; 70 tag = "v${version}"; 71 + hash = "sha256-u1GnV+2Mg/I7plD6v2uk2pc44JHKzB3sHn9YjhrmIeo="; 72 }; 73 74 postPatch = '' ··· 204 meta = with lib; { 205 description = "Misc tools for working with the Google Fonts library"; 206 homepage = "https://github.com/googlefonts/gftools"; 207 + changelog = "https://github.com/googlefonts/gftools/releases/tag/${src.tag}"; 208 license = licenses.asl20; 209 mainProgram = "gftools"; 210 maintainers = with maintainers; [ jopejoe1 ];