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

python3Packages.gftools: 0.9.98 -> 0.9.99 (#486314)

parents f84d4336 29baefe4
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.98";
  version = "0.9.99";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "googlefonts";
    repo = "gftools";
    tag = "v${version}";
    hash = "sha256-MFBY54L0reo/z0pACaTN7k8MTuUKzmsXNTOd3/UhIXs=";
    hash = "sha256-40pUW18DP2oqPwQJZ38ZvBv9AKgw54eTRq77dVcwqbM=";
  };

  postPatch = ''