Skip to content

Commit f4ea3b5

Browse files
authored
python312Packages.gftools: 0.9.77 -> 0.9.79 (#382620)
2 parents 98e237d + 2f569da commit f4ea3b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/gftools/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ let
6161
in
6262
buildPythonPackage 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 ];

0 commit comments

Comments
 (0)