python310Packages.trimesh: 3.17.1 -> 3.18.0

This commit is contained in:
R. Ryantm 2023-01-15 09:56:02 +00:00
parent e8e9febf8b
commit 641da6c23a

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "trimesh";
version = "3.17.1";
version = "3.18.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Aluy+jouh73Whz8R20Wnyhkhby+Lau0pFA/KV+MsKY4=";
sha256 = "sha256-RYjJdbi60vHDwlShKmEoK6g3mmtb3euuM9qvdqpn5oE=";
};
propagatedBuildInputs = [ numpy ];