File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/gftools Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6161in
6262buildPythonPackage rec {
6363 pname = "gftools" ;
64- version = "0.9.77 " ;
64+ version = "0.9.79 " ;
6565 pyproject = true ;
6666
6767 src = fetchFromGitHub {
6868 owner = "googlefonts" ;
6969 repo = "gftools" ;
7070 tag = "v${ version } " ;
71- hash = "sha256-j3UeycBq04jy6uKd7HY+wLlmYAbjYbot630qRy/vG60 =" ;
71+ hash = "sha256-u1GnV+2Mg/I7plD6v2uk2pc44JHKzB3sHn9YjhrmIeo =" ;
7272 } ;
7373
7474 postPatch = ''
@@ -204,7 +204,7 @@ buildPythonPackage rec {
204204 meta = with lib ; {
205205 description = "Misc tools for working with the Google Fonts library" ;
206206 homepage = "https://github.com/googlefonts/gftools" ;
207- changelog = "https://github.com/googlefonts/gftools/releases/tag/v ${ version } " ;
207+ changelog = "https://github.com/googlefonts/gftools/releases/tag/${ src . tag } " ;
208208 license = licenses . asl20 ;
209209 mainProgram = "gftools" ;
210210 maintainers = with maintainers ; [ jopejoe1 ] ;
You can’t perform that action at this time.
0 commit comments