Skip to content

Commit 506494e

Browse files
committed
python312Packages.gftools: 0.9.71 -> 0.9.74
1 parent 0488e23 commit 506494e

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.71";
64+
version = "0.9.74";
6565
pyproject = true;
6666

6767
src = fetchFromGitHub {
6868
owner = "googlefonts";
6969
repo = "gftools";
7070
rev = "refs/tags/v${version}";
71-
hash = "sha256-YVuTozuONZbBtrst4Q+NmHxqEZa/YPVRMiagjmjcW9U=";
71+
hash = "sha256-AIE2b2BgW4LYtnS76t4vu6B2POmqKgMzLLqRs9K40Gg=";
7272
};
7373

7474
postPatch = ''

0 commit comments

Comments
 (0)