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-18 09:08:21 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-09-18 09:08:21 +0000
commit154b14b2f7744aac60a9a76f1f4a5cf02a17f1b3 (patch)
tree8061878168ca161ff6fef206e45fba25dbc0f70f /pkgs/development/python-modules/trimesh
parent0e575a459e4c3a96264e7a10373ed738ec1d708f (diff)
python38Packages.trimesh: 3.9.29 -> 3.9.30
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 12179e6a60a72..c9ee24470fd26 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.29";
+  version = "3.9.30";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-YEddrun9rLcWk2u3Tfus8W014bU4BKWXWOOhCW/jSlY=";
+    sha256 = "ad1585906cdb49bd780f51f01e4c9946cc77fc0cfb0eb4a9a98cfbd12d7f1a3d";
   };
 
   propagatedBuildInputs = [ numpy ];