Unverified Commit 659fac6d authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python3Packages.gftools: 0.9.88 -> 0.9.89 (#442878)

parents 918c3e34 38770977
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,14 +62,14 @@ let
in
buildPythonPackage rec {
  pname = "gftools";
  version = "0.9.88";
  version = "0.9.89";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "googlefonts";
    repo = "gftools";
    tag = "v${version}";
    hash = "sha256-eCMjxqMxJ2xzPyLHoby0gmrcJVTECzUZmLywpKarDXI=";
    hash = "sha256-GbnmKyhcaya0a04Ax7UtnHuB8xMbdENrSzxIVWJHGig=";
  };

  postPatch = ''