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-08-09 08:02:17 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-08-09 08:02:17 +0000
commitb10e62710b912a5599cde7a82b9f32d3c7b3d711 (patch)
treee050ce309104713586947e4f08902094ddea9b52 /pkgs/development/python-modules/trimesh
parentaa3e1905a11dab23c2bb3d81869bd9801cc629b0 (diff)
python310Packages.trimesh: 3.23.0 -> 3.23.1
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 4167a92e7ec33..6d7e549deabb1 100644
--- a/pkgs/development/python-modules/trimesh/default.nix
+++ b/pkgs/development/python-modules/trimesh/default.nix
@@ -9,14 +9,14 @@
 
 buildPythonPackage rec {
   pname = "trimesh";
-  version = "3.23.0";
+  version = "3.23.1";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-TjnN5gqzhsN2S/Acqio5pH33RW/Zp3acolI+B+sSaRA=";
+    hash = "sha256-2MQJJaTzpDeuk9BPLbzwWtbLC3jzd7ht2oGrVMCXRoc=";
   };
 
   nativeBuildInputs = [ setuptools ];