Skip to content

Commit

Permalink
python313Packages.trimesh: 4.6.0 -> 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Jan 30, 2025
1 parent acc7098 commit 09710c5
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 @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "trimesh";
version = "4.6.0";
version = "4.6.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-XySMp5DvwkHEbsmj1+50TMcopnz1KoR592ZZG+UfoaQ=";
hash = "sha256-/uoiGFhKZnEzinDryUMwpoxZwSggV0ZPd9kqgB1vQPI=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 09710c5

Please sign in to comment.