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>2021-09-23 01:20:55 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-09-23 00:22:50 -0700
commit8c51fc6eee5ad3920424a9ae39955a4d9dc240b5 (patch)
tree29b9184f7502a1fb8f54f343209d2fc0e11520a3 /pkgs/development/python-modules/trimesh
parent0c57bf9494e108c9f213220f7960b37da27374ad (diff)
python38Packages.trimesh: 3.9.30 -> 3.9.31
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 c9ee24470fd26..1da8a14e43bfc 100644
--- a/pkgs/development/python-modules/trimesh/default.nix
+++ b/pkgs/development/python-modules/trimesh/default.nix
@@ -6,11 +6,11 @@
 
 buildPythonPackage rec {
   pname = "trimesh";
-  version = "3.9.30";
+  version = "3.9.31";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "ad1585906cdb49bd780f51f01e4c9946cc77fc0cfb0eb4a9a98cfbd12d7f1a3d";
+    sha256 = "cdb7e5b996a2ea180a53b283ac8fac4a8978ae31c860b55c14a205fc772144c2";
   };
 
   propagatedBuildInputs = [ numpy ];