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

python3Packages.gftools: 0.9.92 -> 0.9.95 (#462469)

parents ea0639c9 72952d51
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.92";
  version = "0.9.95";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "googlefonts";
    repo = "gftools";
    tag = "v${version}";
    hash = "sha256-Fm2+OidrGeuWVMg3rn2zBa6hHFBQcxVqXw+cM/tU/QQ=";
    hash = "sha256-BbATdzHESpGRqrkpCgCCbQTaodJu26R4aodJJBBzpOc=";
  };

  postPatch = ''