summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2023-05-22 09:08:23 +0200
committerGitHub <noreply@github.com>2023-05-22 09:08:23 +0200
commite01c8a02fd8a4aa26537e1baa6190a2905beb1d9 (patch)
tree2a3a5bd9d9663565f94e09400231c383c143258b /pkgs
parent26ba59a188ceb707f1331f934d59d0d9a6a4aac7 (diff)
parent2f9d89291a977ba7f84934d4d7d7df506ca8a7df (diff)
Merge pull request #233351 from r-ryantm/auto-update/python310Packages.trimesh
python310Packages.trimesh: 3.21.6 -> 3.21.7
Diffstat (limited to 'pkgs')
-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 8eb1af7c01ed9..0dcaaa4cbef7f 100644
--- a/pkgs/development/python-modules/trimesh/default.nix
+++ b/pkgs/development/python-modules/trimesh/default.nix
@@ -8,12 +8,12 @@
 
 buildPythonPackage rec {
   pname = "trimesh";
-  version = "3.21.6";
+  version = "3.21.7";
   format = "pyproject";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-+gFqZAbGLoNDdOmbxElKwb0QY7BJfOUZVD7888T6eU8=";
+    hash = "sha256-wtGt3PUCUiSIiQRA3NxO1nPE35XQDipWfrwSKdDBhtE=";
   };
 
   nativeBuildInputs = [ setuptools ];