Skip to content

Commit

Permalink
python312Packages.gftools: 0.9.71 -> 0.9.74 (#355424)
Browse files Browse the repository at this point in the history
  • Loading branch information
jopejoe1 authored Nov 13, 2024
2 parents 59787cd + 506494e commit 9ae58a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/gftools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ let
in
buildPythonPackage rec {
pname = "gftools";
version = "0.9.71";
version = "0.9.74";
pyproject = true;

src = fetchFromGitHub {
owner = "googlefonts";
repo = "gftools";
rev = "refs/tags/v${version}";
hash = "sha256-YVuTozuONZbBtrst4Q+NmHxqEZa/YPVRMiagjmjcW9U=";
hash = "sha256-AIE2b2BgW4LYtnS76t4vu6B2POmqKgMzLLqRs9K40Gg=";
};

postPatch = ''
Expand Down

0 comments on commit 9ae58a4

Please sign in to comment.