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>2020-12-16 22:41:20 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2020-12-16 19:15:43 -0800
commitdcd9e3cfbf7bacbc2c8ae99db7fa85b601fd2b8c (patch)
tree275b422509fc5c461eaa17c763d00a633a3d3c3c /pkgs/development/python-modules/trimesh
parent7f5a7cfd943dea124fb44593063ad283a1785aa4 (diff)
python37Packages.trimesh: 3.8.18 -> 3.8.19
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 940618545e878..251d6c3d94ddc 100644
--- a/pkgs/development/python-modules/trimesh/default.nix
+++ b/pkgs/development/python-modules/trimesh/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "trimesh";
-  version = "3.8.18";
+  version = "3.8.19";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "89f9ec5f1abe7e829f7f1cb9a7aa3f3eb768482272beb2c8987e933d9c068110";
+    sha256 = "e2ec4fc75bddf46fd494a9c95adc0bf0fe6f667cae242ead99955ad659d6e375";
   };
 
   propagatedBuildInputs = [ numpy ];