Skip to content

Commit

Permalink
python3Packages.trimesh: 4.0.1 -> 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored and Yt committed Nov 23, 2023
1 parent 9c05037 commit f1df2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/trimesh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "trimesh";
version = "4.0.1";
version = "4.0.4";
format = "pyproject";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-jBVQqYNB8P7E0xkcTH6uYmbBZ/l5P9VLtyyRQxq/fOY=";
hash = "sha256-3XpncG6ISKQU+hqJpvck82s0BYgvYpNGn3zcdWkB5Ps=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit f1df2ac

Please sign in to comment.