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>2023-03-16 18:10:00 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-16 18:10:00 +0000
commit152742e5cc5dc0e081309d6fb1befd6d8748a8ad (patch)
treebccaf9ca531abfe6ea3a9f1aaefa9d565aaca529 /pkgs/development/python-modules/trimesh
parent9d0b66d7799e09fa8af1453a5c050f19492d8a1c (diff)
python310Packages.trimesh: 3.20.1 -> 3.20.2
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 1f2c0fc398650..a8614aa5bba91 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.20.1";
+  version = "3.20.2";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-UUkzHQoRCC7SmQgA4uz09J/KRxizr5LhwCYobINY1gc=";
+    hash = "sha256-6tSrWovgVTEccDelUFrw8E1ghyiPmUsEASW8kGPUBhM=";
   };
 
   propagatedBuildInputs = [ numpy ];