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-02-10 07:21:18 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-02-10 07:21:18 +0000
commitd82a11785893f1756c835322458c690961c41895 (patch)
treee3f3f05a0e221be5639211f350dc2796cc4e3704 /pkgs/development/python-modules/trimesh
parent6f6c936608fe73b4bbcb6683a2af6d93afb44dab (diff)
python310Packages.trimesh: 3.18.3 -> 3.19.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 1c191cc2991a3..d09b5e7824f93 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.18.3";
+  version = "3.19.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-lVoBBBrzyhrSmR2FM0xo8UJBCOShwaYOrIpeAwQn76M=";
+    sha256 = "sha256-03C6BPjVmsSTsJSIUnhyxonSqvTEc3ZkBw8xQeAIwWw=";
   };
 
   propagatedBuildInputs = [ numpy ];