python310Packages.trimesh: 3.18.3 -> 3.19.3

This commit is contained in:
R. Ryantm 2023-02-10 07:21:18 +00:00
parent 6f6c936608
commit d82a117858

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "trimesh";
version = "3.18.3";
version = "3.19.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-lVoBBBrzyhrSmR2FM0xo8UJBCOShwaYOrIpeAwQn76M=";
sha256 = "sha256-03C6BPjVmsSTsJSIUnhyxonSqvTEc3ZkBw8xQeAIwWw=";
};
propagatedBuildInputs = [ numpy ];