Skip to content

Commit

Permalink
python312Packages.trimesh: 4.5.2 -> 4.5.3 (NixOS#360103)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Dec 27, 2024
2 parents e55eafd + 9d9e436 commit 943194d
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.5.2";
version = "4.5.3";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-FlsS8omMPo3smaLtBexcg+r6L8gVC6jDD4s6YvaTQz8=";
hash = "sha256-sa9gOZ9k9HFddExRlXVAaL/rmJgbkv6wwV0BbJk3n4c=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 943194d

Please sign in to comment.