aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/trimesh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/trimesh/default.nix')
-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 3afb2de58c31..91c1ec38e9a6 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.12";
+ version = "3.8.15";
src = fetchPypi {
inherit pname version;
- sha256 = "932670e753abdec162d1d9c661920db871236de782890ad88577b2af0d824c7f";
+ sha256 = "3ab9c15e53916fd68d0c0ca9b46d95693d3238f164ffcf528a974c6e15cd353e";
};
propagatedBuildInputs = [ numpy ];