about summary refs log tree commit diff
path: root/pkgs/development/python-modules/trimesh
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-24 00:29:38 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-24 00:29:38 +0000
commit953efa78c8e35a4060866bb9983e3cab77250812 (patch)
treee24309195737d0879d7420dc930139920f2515e8 /pkgs/development/python-modules/trimesh
parenta5f3d6219afe1281f85fd07d83875c90cacae6dc (diff)
python311Packages.trimesh: 4.0.6 -> 4.0.8
Diffstat (limited to 'pkgs/development/python-modules/trimesh')
-rw-r--r--pkgs/development/python-modules/trimesh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/trimesh/default.nix b/pkgs/development/python-modules/trimesh/default.nix
index 510956cb9c868..3199218ef6599 100644
--- a/pkgs/development/python-modules/trimesh/default.nix
+++ b/pkgs/development/python-modules/trimesh/default.nix
@@ -10,14 +10,14 @@
 
 buildPythonPackage rec {
   pname = "trimesh";
-  version = "4.0.6";
+  version = "4.0.8";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-wbcNtIErAOS2IHKNa+EfSEmxZulQ2TarBdO8SmtefU0=";
+    hash = "sha256-FvMFC1h3gu61jZPSPmxYHQmxnxYKmtYAecc/0IT9E8I=";
   };
 
   nativeBuildInputs = [ setuptools ];