Skip to content

Commit

Permalink
python312Packages.glyphslib: 6.7.2 -> 6.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 27, 2024
1 parent f7439a0 commit 3b3cb4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/glyphslib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@

buildPythonPackage rec {
pname = "glyphslib";
version = "6.7.2";
version = "6.8.2";

format = "pyproject";

src = fetchFromGitHub {
owner = "googlefonts";
repo = "glyphsLib";
rev = "refs/tags/v${version}";
hash = "sha256-wiDLFRoP7MBzZuDA5drdXPS58Mhrw83xUKES3b1tBow=";
hash = "sha256-AcAk9lFueIWYsDK1ESSK6D0/i1qW7udDfUa1pFRqGQs=";
};

nativeBuildInputs = [ setuptools-scm ];
Expand Down

0 comments on commit 3b3cb4c

Please sign in to comment.