Unverified Commit 2642d395 authored by Johannes Jöns's avatar Johannes Jöns Committed by GitHub
Browse files

python312Packages.gftools: 0.9.68 -> 0.9.70 (#344780)

parents e9860fa6 49f929dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -61,14 +61,14 @@ let
in
buildPythonPackage rec {
  pname = "gftools";
  version = "0.9.68";
  version = "0.9.70";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "googlefonts";
    repo = "gftools";
    rev = "refs/tags/v${version}";
    hash = "sha256-xdpfRCtZDxRmrGodXUg8J0T5l5gd7Mvl290BXwNLzvY=";
    hash = "sha256-mZGkcIODzc2nuhAWU83BkhjWg4+8vnmCA4eXgDsyFy8=";
  };

  postPatch = ''