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>2021-10-30 04:46:00 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-10-30 01:21:17 -0700
commitd6f5789f3af64cb0616b50a69df59fc9fe2332d5 (patch)
treedac0fdf6be3a2011dd131e8d9ad7204c3aae0ab2 /pkgs/development/python-modules/trimesh
parentde68441eb01ea392b255cfcde88b9adc26c7205d (diff)
python38Packages.trimesh: 3.9.34 -> 3.9.35
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 129317be9c026..c96ab4cd55e92 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.9.34";
+  version = "3.9.35";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "5bdef3efae82eaee902541376561f74b143f228f5de45ca3f6a883af3bb7d1e1";
+    sha256 = "1632a09c7b3c152170dbad05b796033540feba4746a8e9c4a437eaa563c47bc9";
   };
 
   propagatedBuildInputs = [ numpy ];