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-07 03:25:14 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-01-06 21:49:19 -0800
commita8245fd6aef701d75c0ea2681682561dab92efee (patch)
tree2194438aa4c921cf97ecad2538354bc1629dce3b /pkgs/development/python-modules/trimesh
parent33a74f77a2c92dcddcbdd2daad521f7898314fb5 (diff)
python38Packages.trimesh: 3.9.40 -> 3.9.41
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 9c8818dd11bcc..a9b4092752e21 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.40";
+  version = "3.9.41";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "321005b498361548ce2e048f8499a347d8f38c75ff9f74cee7b118c84b0c41d4";
+    sha256 = "7cacd454f4cfde741698aa8bca4fdbc775dc42f66a3135dd0c8308fe7ba733be";
   };
 
   propagatedBuildInputs = [ numpy ];