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

python3Packages.gftools: 0.9.95 -> 0.9.97 (#464386)

parents aacbbe6e 1e9442c1
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.95";
  version = "0.9.97";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "googlefonts";
    repo = "gftools";
    tag = "v${version}";
    hash = "sha256-BbATdzHESpGRqrkpCgCCbQTaodJu26R4aodJJBBzpOc=";
    hash = "sha256-HMMPkX1jmQu1wBG/24svs3p8HPljykyvbZszGaEgb/8=";
  };

  postPatch = ''