Skip to content

Commit

Permalink
Revert "python3Packages.ufo2ft: 3.1.0 -> 3.2.1"
Browse files Browse the repository at this point in the history
This reverts commit 3eae15f.
It won't build; it would require .fonttools update apparently:
https://hydra.nixos.org/build/257409778/nixlog/3/tail
  • Loading branch information
vcunat committed May 2, 2024
1 parent 67f8ba4 commit 513adcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ufo2ft/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

buildPythonPackage rec {
pname = "ufo2ft";
version = "3.2.1";
version = "3.1.0";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-/n6oEwr1s0AS09deJYRRhzRJNHgqXACfZJsKTuEHxf8=";
hash = "sha256-5EUrML1Yd88tVEP+Kd9TmXm+5Ejk/XIH/USYBakK/wQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 513adcb

Please sign in to comment.