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-27 05:46:48 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-05-27 05:46:48 +0000
commit1070949eeac033ac6367e808a8f0a948ab49c2cf (patch)
tree055a9f73c5af040893894deebd9cfa70afc00e6b /pkgs/development/python-modules/trimesh
parente90841186a49c8ddb6702b29ab09acd84f76dd5c (diff)
python310Packages.trimesh: 3.12.4 -> 3.12.5
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 08325e2106c0e..edade9f1fbb1a 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.4";
+  version = "3.12.5";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-lAbeCTjEUsNnjhJZNHs4ir8V0bJZUnBIGYYEXV80wyg=";
+    sha256 = "sha256-CTWxN7boesxRFxMy+k1BOejuvoSFg/JDYYCC0Aud+Es=";
   };
 
   propagatedBuildInputs = [ numpy ];