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-05-20 04:13:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-05-20 04:13:27 +0000
commitd4116367bd1446f5e74f8d1f5ca00c6eb3e9e200 (patch)
tree24650a7ca95ee766c5f9f659c68ab1ebba3240bf /pkgs/development/python-modules/trimesh
parentd635ee99e38f683e6a6fa8da44847eb7e914acbd (diff)
python310Packages.trimesh: 3.12.0 -> 3.12.3
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 315678b874efa..2d021e0a502df 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.12.0";
+  version = "3.12.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-RcRFF5vIMOQsPXbd2g8DSnOrWnpLLNe3Sa8PqAdwFvU=";
+    sha256 = "sha256-MrvfSC6Uz/EJXQ3F5jAbWR0YJYRjqjwO7SIe0AUSOfA=";
   };
 
   propagatedBuildInputs = [ numpy ];