Skip to content

Commit 2642d39

Browse files
authored
python312Packages.gftools: 0.9.68 -> 0.9.70 (#344780)
2 parents e9860fa + 49f929d commit 2642d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 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.68";
64+
version = "0.9.70";
6565
pyproject = true;
6666

6767
src = fetchFromGitHub {
6868
owner = "googlefonts";
6969
repo = "gftools";
7070
rev = "refs/tags/v${version}";
71-
hash = "sha256-xdpfRCtZDxRmrGodXUg8J0T5l5gd7Mvl290BXwNLzvY=";
71+
hash = "sha256-mZGkcIODzc2nuhAWU83BkhjWg4+8vnmCA4eXgDsyFy8=";
7272
};
7373

7474
postPatch = ''

0 commit comments

Comments
 (0)