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>2022-01-05 04:07:19 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-01-04 21:21:29 -0800
commit18c2e9910faea24d5d6cf2fb9d548de7cd0ae228 (patch)
treeca06b19091dff2ddf1c63d1ac9ec052381150105 /pkgs/development/python-modules/trimesh
parent602ab517343d506e4752d1513c069cb7cc1f6442 (diff)
python38Packages.trimesh: 3.9.39 -> 3.9.40
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 3c2abb8e1445f..9c8818dd11bcc 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.39";
+  version = "3.9.40";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "2fe246ff69267a1e8cdfcf962d4eddad5d748f744e4095c94711b68da73e29d2";
+    sha256 = "321005b498361548ce2e048f8499a347d8f38c75ff9f74cee7b118c84b0c41d4";
   };
 
   propagatedBuildInputs = [ numpy ];