about summary refs log tree commit diff
path: root/pkgs/development/python-modules/trimesh
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-03-25 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-03-25 04:20:00 +0000
commit69cc4d0ce8c5b6fc8d2401557aa436363cab5b5b (patch)
tree8dc4a7961eb651360bdc413f955cc9f59daabc9c /pkgs/development/python-modules/trimesh
parentf31c0d7f9e03b911d225eec1021b9b1573882c6f (diff)
python310Packages.trimesh: 3.21.0 -> 3.21.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 6b0c047df8b59..8dbae7d45e731 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.21.0";
+  version = "3.21.2";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-KqjDEpAOJKdId0Sn6dR+eUvW55rWKaqkjN4NN+5joJQ=";
+    hash = "sha256-VRPE+1QLKGy5W99ia5BuPNtmH/eoXulApS8n8SdQSaQ=";
   };
 
   propagatedBuildInputs = [ numpy ];