nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.gftools: 0.9.87 -> 0.9.88

R. Ryantm 49cf3324 be57485f

+2 -2
+2 -2
pkgs/development/python-modules/gftools/default.nix
··· 62 62 in 63 63 buildPythonPackage rec { 64 64 pname = "gftools"; 65 - version = "0.9.87"; 65 + version = "0.9.88"; 66 66 pyproject = true; 67 67 68 68 src = fetchFromGitHub { 69 69 owner = "googlefonts"; 70 70 repo = "gftools"; 71 71 tag = "v${version}"; 72 - hash = "sha256-xHgF4+wyoM3IAehdtIaDNpx7HpfwKDt0CVYGUvMKvDY="; 72 + hash = "sha256-eCMjxqMxJ2xzPyLHoby0gmrcJVTECzUZmLywpKarDXI="; 73 73 }; 74 74 75 75 postPatch = ''