Skip to content

Commit

Permalink
python312Packages.fontmake: 3.9.0 -> 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao committed Feb 1, 2025
1 parent 7ef6e94 commit 7b9148e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/fontmake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@

buildPythonPackage rec {
pname = "fontmake";
version = "3.9.0";
version = "3.10.0";
pyproject = true;

src = fetchFromGitHub {
owner = "googlefonts";
repo = "fontmake";
rev = "v${version}";
hash = "sha256-q6ul9MYbq85RpZE0ozHOCBNAR4r9InIjumadT1GyJ6k=";
hash = "sha256-ZlK8QyZ5cIEphFiZXMV/Z5pL9H62X2UwLBtpwLGpUMQ=";
};

build-system = [
Expand Down

0 comments on commit 7b9148e

Please sign in to comment.